SQLDeleter Constructor (String, String) |
The fully specified constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SQLDeleter(
string table,
string where
)
Public Sub New (
table As String,
where As String
)
Parameters
- table
- Type: SystemString
The name of the table from which to delete. - where
- Type: SystemString
The filter clause identifying which record(s) to delete.
See Also