 Overload List
Overload List
| Name | Description | |
|---|---|---|
|  | 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, 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, 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.
             | 





