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