Click or drag to resize

SQLSelect.FreeStmt Method (Typed)

X#
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
Request Example View Source

Parameters

fOption
Type: Word

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also