SQLSelect.FreeStmt Method | |
Free the statement, according to the specified option.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FreeStmt(
fOption
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual FreeStmt(
Usual fOption = default
)
Request Example
View SourceParameters
- fOption (Optional)
- Type: Usual
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also