SQLTable.Condition Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Condition(
Usual cOtherConditions = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also