SQLSelect.FreeStmt Method (Typed) | |
Free the statement, according to the specified option.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FreeStmt(
fOption AS WORD
) AS LOGIC
public virtual bool FreeStmt(
[DefaultParameterValueAttribute(0, 0)] ushort fOption
)
Request Example
View SourceParameters
- fOption
- Type: Word
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also