QuickObjects.DBLibrary Send comments on this topic.
ConnectionStringConfigName Property
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObject Class : ConnectionStringConfigName Property

ConnectionStringConfigName

Set this property to change the name of the connection String. By default the library looks for a "database" connection String (AppSettings/Keys in Framework 1.1 and ConnectionStrings in Framework 2.0). This property should be modified before the database connection is initiated.

Syntax

C# 
[XmlIgnoreAttribute()]
public string ConnectionStringConfigName {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also