Read from the blob accessed by this database stream.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
Syntax
| C# | 
|---|
| public DatabaseEntry Read( long offset, uint size ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Read ( _ offset As Long, _ size As UInteger _ ) As DatabaseEntry | 
| Visual C++ | 
|---|
| public: DatabaseEntry^ Read( long long offset, unsigned int size ) | 
Parameters
- offset
- Type: System..::.Int64
 The position in bytes in the blob where the reading starts.
- size
- Type: System..::.UInt32
 The number of bytes to read.
Return Value
DatabaseEntry which contains the data read from the database stream. Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| BerkeleyDB..::.DatabaseException | Thrown if there is any failure. | 





