SQLTable.Condition Method (Typed) | |
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
[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