SqlAdmin ClearTable Method Nemiro.Data.dll
Deletes all data from the specified table. Used TRUNCATE TABLE.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public void ClearTable(
	string tableName
)

Parameters

tableName
Type: System String
Name of the table to be cleaned.
See Also