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:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public DatabaseType Type { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Type As DatabaseType |
Visual C++ |
---|
public: property DatabaseType^ Type { DatabaseType^ get (); } |