A utility class to assist building and executing an SQL DELETE Query.

Methods

Name Description
Clear
ExecuteDelete Executes a SQL DELETE statement.
ExecuteDeleteSingle Executes a SQL DELETE query, but will fail if exactly one record isn't deleted.

Properties

Name Description
AllowReadOnlyUpdates Indicates whether records can be added, deleted or updated if the database is currently in read-only mode.
SqlWhere Read-Only The SQL Where builder to apply to the DELETE query.
Table The database Table to delete from.
TopLimit The Top number of records to Limit the DELETE Query by.
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0