Type Property
From BerkeleyDB
The type of the underlying access method (and file format). This
value may be used to determine the type of the database after an
Open(String, DatabaseConfig).
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
| C# |
|---|
public DatabaseType Type { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Type As DatabaseType |
| Visual C++ |
|---|
public: property DatabaseType^ Type { DatabaseType^ get (); } |