Create a database stream pointing to a key/value pair where the
            data item is a blob.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
Syntax
| C# | 
|---|
| public DatabaseStream DbStream() | 
| Visual Basic (Declaration) | 
|---|
| Public Function DbStream As DatabaseStream | 
| Visual C++ | 
|---|
| public: DatabaseStream^ DbStream() | 
Return Value
A newly created database stream Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| BerkeleyDB..::.DatabaseException | Thrown if the data item is not a blob. | 





