Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.59 KB

sql-server-in-process-specific-extensions-to-ado-net.md

File metadata and controls

31 lines (27 loc) · 1.59 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
SQL Server In-Process Extensions to ADO.NET
Links to articles about the four main functional extensions to ADO.NET that are specifically for in-process use.
rwestMSFT
randolphwest
12/27/2024
sql
clr
reference
data access [CLR integration]
ADO.NET [CLR integration]
common language runtime [SQL Server], ADO.NET
database objects [CLR integration], in-process extensions
in-process data access providers [CLR integration]
extensions [CLR integration]

SQL Server in-process specific extensions to ADO.NET

[!INCLUDE SQL Server]

There are four main functional extensions to ADO.NET that are specifically for in-process use. The following articles will cover these extensions in detail.

In this section

Article Description
SqlContext object 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.
SqlPipe object This class contains routines to send tabular results and messages to the client.
SqlTriggerContext object This class provides information on the context in which a trigger is run.
SqlDataRecord object 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.