Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlConnectionStringBuilder::ContextConnection Property

 

Gets or sets a value that indicates whether a client/server or in-process connection to SQL Server should be made.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
property bool ContextConnection {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

The value of the ContextConnection property, or False if none has been supplied.

This property corresponds to the "Context Connection" key within the connection string.

System_CAPS_noteNote

The DataSource property returns null if the connection string for the SqlConnection is "context connection=true".

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft