Specifies the type of verification to perform
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public enum VerifyOperation | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration VerifyOperation | 
| Visual C++ | 
|---|
| public enum class VerifyOperation | 
 Members
Members
| Member name | Description | |
|---|---|---|
| DEFAULT | 
            Perform database checks and check sort order
             | |
| ORDER_CHECK_ONLY | 
            Perform the database checks for btree and duplicate sort order
            and for hashing
             | |
| NO_ORDER_CHECK | 
            Skip the database checks for btree and duplicate sort order and
            for hashing. 
             | 





