RowsetBase DeleteAll Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Deletes all rows from table. This method is similar to Purge() but does logging (when enabled)

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void DeleteAll()
See Also