how to execute parameterize stored procedure

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
SunitaChothe
Posts: 1
Joined: Wed 02 Sep 2009 09:24

how to execute parameterize stored procedure

Post by SunitaChothe » Wed 02 Sep 2009 09:31

hi
can any body help me how to execute stored procedure ,how to pass parameters to the stored procedure.


I have created a .dbml file entity model which gives me connection to SQL . now i want to execute the procedure and bind its result to gridview.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 07 Sep 2009 10:42

Please refer to MSDN.
For example: http://social.msdn.microsoft.com/Forums ... 1c07a5b17f .

Post Reply