Paths of directories to be used as the location of the access method
database files.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
Remarks
Paths specified to Open(String, DatabaseConfig) will be searched relative to this path. Paths set using this method are additive, and specifying more than one will result in each specified directory being searched for database files.
If no database directories are specified, database files must be named either by absolute paths or relative to the environment home directory. See Berkeley DB File Naming in the Programmer's Reference Guide for more information.