[How Do I:] LINQ to SQL: Using Stored Procedures

by Scott Stanfield

Using existing stored procedures and functions is easy with LINQ. We simply drag the stored procedures onto the O/R mapping surface and call them from the generated Data Context object.

▶ Watch video (9 minutes)