SQLTable.Where Method (Typed) | |
Specify a WHERE condition. The where clause is built by concatenating these conditions with the AND operator.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.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