DatabaseConnection Property |
Gets the string used to open the encapsulated IDbConnection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public IDbConnection Connection { get; }
Public ReadOnly Property Connection As IDbConnection
Get
Property Value
Type:
IDbConnectionA string containing connection settings
Implements
IDatabaseConnectionSee Also