Remove Method (Boolean)

BerkeleyDB

Remove the sequence from the database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public void Remove(
	bool NoSync
)
Visual Basic (Declaration)
Public Sub Remove ( _
	NoSync As Boolean _
)
Visual C++
public:
void Remove(
	bool NoSync
)

Parameters

NoSync
Type: System..::.Boolean
If true, and if the operation is implicitly transaction protected, do not synchronously flush the log when the transaction commits.

See Also