LinqConnect Documentation
Using Stored Routines for Querying Data

This section describes how stored routines can be mapped to DataContext methods and used for querying data.

Stored Procedures in LinqConnect

Reviews different kinds of stored routines and their use in LinqConnect.

Scalar Functions

Describes the use of stored functions returning a scalar value.

Table Functions

Describes the use of composable stored functions returning resultset.

Non-Composable Functions, Returning Resultsets

Describes the use of non-composable stored functions returning one or more resultsets.

See Also

Customizing Insert, Update, and Delete Operations