Click or drag to resize
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.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
string ConnectionString { get; set; }

Property Value

Type: String
The connection string.
See Also