Click or drag to resize

IDatabaseConnectionString Property

Gets/Sets the connection string of the enclosed IDbConnection object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string ConnectionString { get; set; }

Property Value

Type: String
A string containing the connection used to open the encapsulated IDbConnection object.
See Also