QuickObjects.DBLibrary Send comments on this topic.
DatabaseObject Constructor(String,DatabaseTypes)
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObject Class > DatabaseObject Constructor : DatabaseObject Constructor(String,DatabaseTypes)
connString
dBType

DatabaseObject

Constructor for this class takes a connection String as the parameter and the type of database to which this object will be connecting.

Parameters:
Description
connStringSets the connectionString property value with the value passed in.
dBTypeSets the DBType property value with the value passed in.


DatabaseObject dbObj = new DatabaseObject(myConnectionStringVariable, DatabaseTypes.SqlServer2005);

Syntax

C# 
public DatabaseObject( 
   string connString,
   DatabaseObject.DatabaseTypes dBType
)

Parameters

connString
dBType

Requirements

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

See Also