QuickObjects.DBLibrary Send comments on this topic.
SetDatabaseType Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObject Class : SetDatabaseType Method
dBType

SetDatabaseType

Takes a String as the parameter and sets the DBType property with the type of database to which this object will be connecting.

Parameters:
Description
dBType

Sets the DBType property value with the value passed in.

Possible values for passing to this method are:

SqlServer2000

SqlServer2005

Oracle8i

Oracle9i

Oracle10g


myBusinessObj.SetDatabaseType("SqlServer2005");

Syntax

C# 
public void SetDatabaseType( 
   string dBType
)

Parameters

dBType

Requirements

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

See Also