Click or drag to resize

SQLSelect.Prepare Method (Typed)

X#
Prepare the statement.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Prepare() AS LOGIC
Request Example View Source

Return 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