Context Connection
This .NET Framework Class Library is provided by Microsoft.
Description
This is not a real provider. It is used to create a database connection (SqlConnection) inside an CLR stored procedure.
It connects to "self" from within the CLR stored prodedure/function. The context connection lets you execute Transact-SQL statements in the same context (connection) that your code was invoked in the first place.
It connects to "self" from within the CLR stored prodedure/function. The context connection lets you execute Transact-SQL statements in the same context (connection) that your code was invoked in the first place.
Download link missing
The Context Connection installation package download link is missing. Please provide info and contribute to the community by email to
Connection Strings
Additional info or comments on this class library? Want to submit content?