Click or drag to resize

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; }

Property Value

Type: IDbConnection
A string containing connection settings

Implements

IDatabaseConnection
See Also