Question How to call stored procedure with linq connection string?

hanaka

New member
Joined
Mar 22, 2017
Messages
1
Programming Experience
Beginner
My problem is I use linq with connection string instead of dbml file, so stored procedure don't show in intellisense. Is there any way to call stored procedure with linq connection string? Thanks you!
 
Search web for DataContext.ExecuteMethodCall.
 
Back
Top Bottom