AdoDotNetConnectionSupport.Connection 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.
Retrieves the IDbConnection object being used by the current connection support instance.
protected:
property System::Data::IDbConnection ^ Connection { System::Data::IDbConnection ^ get(); };
protected System.Data.IDbConnection Connection { get; }
member this.Connection : System.Data.IDbConnection
Protected ReadOnly Property Connection As IDbConnection
Property Value
Returns an IDbConnection object instance.