Create a database stream pointing to a key/value pair where the
data item is a blob.
Namespace:
BerkeleyDBAssembly: libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.19.0
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
Exception | Condition |
---|---|
BerkeleyDB..::.DatabaseException | Thrown if the data item is not a blob. |