QuickObjects.DBLibrary Send comments on this topic.
DatabaseObject.DatabaseTypes Enumeration
See Also  
Akal.QuickObjects.DBLibrary Namespace : DatabaseObject.DatabaseTypes Enumeration

DatabaseTypes

Defines the Database Servers supported by this library.

Syntax

C# 
public enum DatabaseObject.DatabaseTypes : Enum 

Members

MemberDescription
None None

No database type is specified.

SqlServer2000 Sql Server 2000

Underlying database that this library will be connecting to is hosted in a SQL Server 2000 database. Note: Paged dataset functionality is not supported in this database.

Oracle8i Oracle 8i

Underlying database that this library will be connecting to is hosted in an Oracle 8i database.

SqlServer2005 Sql Server 2005

Underlying database that this library will be connecting to is hosted in a SQL Server 2005 database.

Oracle9i Oracle 9i

Underlying database that this library will be connecting to is hosted in an Oracle 9i database.

Oracle10g Oracle 10g

Underlying database that this library will be connecting to is hosted in an Oracle 10g database.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Akal.QuickObjects.DBLibrary.DatabaseObject.DatabaseTypes

Requirements

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

See Also