SQLSelect.PrepFlag Property (Typed) | |
A logical value that indicates if the select statement has been prepared.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY PrepFlag AS LOGIC GET
public virtual bool PrepFlag { get; }
Request Example
View SourceProperty Value
Type:
LogicA logical value that indicates if the select statement has been prepared.
See Also