SqlConnectionStringBuilder::ContextConnection Property
.NET Framework (current version)
Gets or sets a value that indicates whether a client/server or in-process connection to SQL Server should be made.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::BooleanThe value of the ContextConnection property, or False if none has been supplied.
This property corresponds to the "Context Connection" key within the connection string.
Note |
|---|
The DataSource property returns null if the connection string for the SqlConnection is "context connection=true". |
.NET Framework
Available since 2.0
Available since 2.0
Show:
