Remove the sequence from the database.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.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.