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

Property Value

Type: String
The connection string.

Implements

IDatabaseAbstracterConnectionString
See Also