Executes a SQL DELETE statement.

Syntax

ISDeleteQueryBuilder.ExecuteDelete([recordsDeleted], [timeoutSeconds])

Parameters

NameTypeOptionalByRefDescription
recordsDeleted Integer Optional ByRef Returns the number of records deleted. If omitted, a value of 0 is assumed.
timeoutSeconds Integer Optional The number of seconds after which a database connection timeout will occur or -1 to use the default timeout. If omitted, a value of -1 is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISDeleteQueryBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0