IDbConnectionWrapper.Connection Property

Definition

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.

Applies to