The DatabaseEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DatabaseEntry | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Release the resources held by the underlying C library.
|
![]() | 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 | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Data |
The byte string stored in or retrieved from a database
|
![]() | Partial |
Whether the DatabaseEntry is partial record.
|
![]() | PartialLen |
The byte length of the partial record being read or written by
the application
|
![]() | PartialOffset |
The offset of the partial record being read or written by the
application, in bytes.
|
![]() | ReadOnly |
Set this DatabaseEntry as read only - that is Berkeley DB will not
alter the entry.
|