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





