Overload List

  NameDescription
Get(DatabaseEntry)
Retrieve a key/data pair from the database. In the presence of duplicate key values, Get will return the first data item for key.
(Inherited from BaseDatabase.)
Get(UInt32)
Retrieve a specific numbered key/data pair from the database.
Get(DatabaseEntry, DatabaseEntry)
Retrieve a key/data pair from the database. In the presence of duplicate key values, Get will return the first data item for key. If the data is a partial DatabaseEntry, PartialLen bytes starting PartialOffset bytes from the beginning of the retrieved data record are returned as if they comprise the entire record. If any or all of the specified bytes do not exist in the record, Get is successful, and any existing bytes are returned.
(Inherited from BaseDatabase.)
Get(DatabaseEntry, Transaction)
Retrieve a key/data pair from the database. In the presence of duplicate key values, Get will return the first data item for key.
(Inherited from BaseDatabase.)
Get(UInt32, Transaction)
Retrieve a specific numbered key/data pair from the database.
Get(DatabaseEntry, DatabaseEntry, Transaction)
Retrieve a key/data pair from the database. In the presence of duplicate key values, Get will return the first data item for key. If the data is a partial DatabaseEntry, PartialLen bytes starting PartialOffset bytes from the beginning of the retrieved data record are returned as if they comprise the entire record. If any or all of the specified bytes do not exist in the record, Get is successful, and any existing bytes are returned.
(Inherited from BaseDatabase.)
Get(DatabaseEntry, Transaction, LockingInfo)
Retrieve a key/data pair from the database. In the presence of duplicate key values, Get will return the first data item for key.
(Inherited from BaseDatabase.)
Get(UInt32, Transaction, LockingInfo)
Retrieve a specific numbered key/data pair from the database.
Get(DatabaseEntry, DatabaseEntry, Transaction, LockingInfo)
Retrieve a key/data pair from the database. In the presence of duplicate key values, Get will return the first data item for key. If the data is a partial DatabaseEntry, PartialLen bytes starting PartialOffset bytes from the beginning of the retrieved data record are returned as if they comprise the entire record. If any or all of the specified bytes do not exist in the record, Get is successful, and any existing bytes are returned.
(Inherited from BaseDatabase.)

See Also