DatabaseConnectionString 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 public string ConnectionString { get; set; }
Public Property ConnectionString As String
Get
Set
Property Value
Type:
StringA string containing the connection used to open the encapsulated IDbConnection object.
Implements
IDatabaseConnectionStringSee Also