Verify the integrity of all databases in the file specified by 
            file.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public static void Verify( string file, DatabaseConfig cfg ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Sub Verify ( _ file As String, _ cfg As DatabaseConfig _ ) | 
| Visual C++ | 
|---|
| public: static void Verify( String^ file, DatabaseConfig^ cfg ) | 
Parameters
- file
- Type: System..::.String
 The physical file in which the databases to be verified are found.
- cfg
- Type: BerkeleyDB..::.DatabaseConfig
 Configuration parameters for the databases to be verified.





