| IDatabaseAbstracterConnectionString Property |
Gets or sets the connection string used by this abstracter.
By default, the connection string is created by the configuration system, but you can force a custom connection string using this property.
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxstring ConnectionString { get; set; }Property ConnectionString As String
Get
Set
property String^ ConnectionString {
String^ get ();
void set (String^ value);
}abstract ConnectionString : string with get, set
Property Value
Type:
String
The connection string.
See Also