Click or drag to resize

SQLDeleter Constructor (String)

Constructor with table name.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public SQLDeleter(
	string table
)

Parameters

table
Type: SystemString
The name of the table from which to delete.
See Also