IDbConnectionWrapper.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.
Gets a connection to a data source.
public:
property System::Data::IDbConnection ^ Connection { System::Data::IDbConnection ^ get(); };
public System.Data.IDbConnection Connection { get; }
member this.Connection : System.Data.IDbConnection
Public ReadOnly Property Connection As IDbConnection
Property Value
An IDbConnection object that represents a connection to a data source.