Context Connection
This is a .NET Framework Class Library 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.;
Connection Strings
Additional info or comments on this class library? Want to submit content?
Send an e-mail to
Send an e-mail to

Selected Articles
