







|
| Berkeley DB .NET API Documentation |
| BaseDatabase..::.PrintStats Method (Boolean) |
| BaseDatabase Class See Also |
Display the database statistical information.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
| C# |
|---|
public void PrintStats( bool PrintAll ) |
| Visual Basic (Declaration) |
|---|
Public Sub PrintStats ( _ PrintAll As Boolean _ ) |
| Visual C++ |
|---|
public: void PrintStats( bool PrintAll ) |
Parameters
- PrintAll
- Type: System..::.Boolean
If true, display all available information.
