LinqConnect Documentation
In This Topic
    Using Stored Routines for Querying Data
    In This Topic
    Using Stored Routines for Querying Data
    LinqConnect Documentation
    Using Stored Routines for Querying Data
    [email protected]

    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