Click or drag to resize

SQLTable.Condition Method

X#
Store any other condition that is appended to the end of the SQL statement.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Condition(
	cOtherConditions
) AS USUAL CLIPPER
Request Example View Source

Parameters

cOtherConditions (Optional)
Type: Usual
A string representing other conditions appended to the end of the SQL statement, such as 'GROUPBY' and 'HAVING'.

Return Value

Type: Usual
See Also