Applies a SQL DELETE statement to all table window rows that have nFlagsOn flags.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalBoolean DoDeletes(
	SalSqlHandle hSql,
	int flagsOn,
	WhenSqlErrorHandler errorHandler
)

Parameters

hSql
Type: PPJ.Runtime.Sql..::..SalSqlHandle
Sql handle with the prepared DELETE statement
flagsOn
Type: System..::..Int32
uses row flags to determine which rows to delete. You can specify either of these flags: ROW Mark Deleted ROW Selected
errorHandler
Type: PPJ.Runtime.Sql..::..WhenSqlErrorHandler

Return Value

bool

See Also