AdoDotNetConnectionProperties.ConnectionStringBuilder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the underlying ADO.NET connection string builder object for the current connection properties instance.
protected:
property System::Data::Common::DbConnectionStringBuilder ^ ConnectionStringBuilder { System::Data::Common::DbConnectionStringBuilder ^ get(); };
protected System.Data.Common.DbConnectionStringBuilder ConnectionStringBuilder { get; }
member this.ConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
Protected ReadOnly Property ConnectionStringBuilder As DbConnectionStringBuilder
Property Value
A DbConnectionStringBuilder object representing a valid data connection string.