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

DatabaseTypeConfigName

Set this property to change the name of the AppSettings key that contains the database type information. By default the library looks for a "database_type" AppSettings key.

Syntax

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

Requirements

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

See Also