Truncate Method

BerkeleyDB

Empty the database, discarding all records it contains.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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