DatabaseTypes
Defines the Database Servers supported by this library.
| C# | |
|---|---|
public enum DatabaseObject.DatabaseTypes : Enum | |
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
Akal.QuickObjects.DBLibrary.DatabaseObject.DatabaseTypes
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0