trouble to get data from stored procedure with linq
-
hi i m getting trouble if i use exec statment in stored procedure and when i m trying to fetch data with that stored procedure with linq then it error. if i use exec command then it will not dispaly list() like below
LS25DataContext mydb = new LS25DataContext();
list IResult = mydb.usp_search(int custid,int iprice).ToList()
; can i use exec command in stored procedure when use linq? please help me thanks in Advance.
-
hi i m getting trouble if i use exec statment in stored procedure and when i m trying to fetch data with that stored procedure with linq then it error. if i use exec command then it will not dispaly list() like below
LS25DataContext mydb = new LS25DataContext();
list IResult = mydb.usp_search(int custid,int iprice).ToList()
; can i use exec command in stored procedure when use linq? please help me thanks in Advance.