Click or drag to resize

SQLTable.Condition Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.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