The DatabaseType type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString | 
            Convert this instance of DatabaseType to its string representation.
            (Overrides Object..::.ToString()()().) | 
 Fields
Fields
| Name | Description | |
|---|---|---|
|   | BTREE | 
            BTree access method
             | 
|   | HASH | 
            Hash access method
             | 
|   | HEAP | 
            Heap access method
             | 
|   | QUEUE | 
            Queue access method
             | 
|   | RECNO | 
            Recno access method
             | 
|   | UNKNOWN | 
            Unknown access method
             | 





