Developers community number 1 connection string reference

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.
Connection Strings
The Context Connection class library can be used to connect to the following data sources.

To see the available connection options, navigate to the connection strings reference by clicking the data source link.
Additional info or comments on this class library? Want to submit content?

Send an e-mail to
Copyright © 2010 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.