Empty the database, discarding all records it contains.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0

Syntax

C#
public uint Truncate()
Visual Basic (Declaration)
Public Function Truncate As UInteger
Visual C++
public:
unsigned int Truncate()

Return Value

The number of records discarded from the database.

Remarks

If the operation occurs in a transactional database, the operation will be implicitly transaction protected.

See Also