LINQ to Dataset Conversion in asp.net with c#
-
I create a stored procedure and call that the procedure through on linq. databasecontext db=new databasecontext(); var results=db.sp_insert_logindetails(); Now i want to convert the results into dataset or datatable. Anybody help me sp_insert_logindetails is a procedure name it executes this query: - select * from logindetails
damodharan
-
I create a stored procedure and call that the procedure through on linq. databasecontext db=new databasecontext(); var results=db.sp_insert_logindetails(); Now i want to convert the results into dataset or datatable. Anybody help me sp_insert_logindetails is a procedure name it executes this query: - select * from logindetails
damodharan
i want the answer for the same question .. can anyone help.. i am using stored procedure with linq, i want the result of that stored procedure to come in dataset.. anybody please...??