SQLTable.Where Method | |
Specify a WHERE condition. The where clause is built by concatenating these conditions with the AND operator.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Where() AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Where()
Request Example
View SourceReturn Value
Type:
UsualSee Also