DatabaseType Members

From BerkeleyDB

The DatabaseType type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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

  NameDescription
BTREE
BTree access method
HASH
Hash access method
QUEUE
Queue access method
RECNO
Recno access method
UNKNOWN
Unknown access method

See Also