Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
There are four main functional extensions to ADO.NET that are specifically for in-process use. The following topics will cover these extensions in detail:
Topic | Description |
---|---|
This class provides access to the other extensions by abstracting the context of a caller of a SQL Server routine that executes managed code in-process. |
|
This class contains routines to send tabular results and messages to the client. |
|
This class provides information on the context in which a trigger is run. |
|
The SqlDataRecord class represents a single row of data, along with its related metadata, and allows stored procedures to return custom result sets to the client. |