The Berkeley DB environment within which to create a database.  If 
            null, the database will be created stand-alone; that is, it is not
            part of any Berkeley DB environment. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public DatabaseEnvironment Env | 
| Visual Basic (Declaration) | 
|---|
| Public Env As DatabaseEnvironment | 
| Visual C++ | 
|---|
| public: DatabaseEnvironment^ Env | 
 Remarks
Remarks
            The database access methods automatically make calls to the other
            subsystems in Berkeley DB, based on the enclosing environment. For
            example, if the environment has been configured to use locking, the
            access methods will automatically acquire the correct locks when
            reading and writing pages of the database.
            





