SQLSelect.Prepare Method (Typed) | |
Prepare the statement.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Prepare() AS LOGIC
public virtual bool Prepare()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks
In most cases, there is no need to invoke SQLSelect:Prepare(), since it is automatically invoked when needed.
See Also