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