SQLStatement.PrepFlag Property (Typed) | |
A logical value that indicates if the 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 SET
public virtual bool PrepFlag { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value that indicates if the statement has been prepared.
See Also