If true, the underlying file was physically truncated upon open, discarding all previous databases it might have held.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public bool Truncated { get; }
Visual Basic (Declaration)
Public ReadOnly Property Truncated As Boolean
Visual C++
public:
property bool Truncated {
	bool get ();
}

See Also