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,
	SalNumber flagsOn
)

Parameters

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

Return Value

bool

See Also