SQLSelect.GetStatementOption Method | |
Retrieve the current setting for a statement option.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetStatementOption(
fOption
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetStatementOption(
Usual fOption = default
)
Request Example
View SourceParameters
- fOption (Optional)
- Type: Usual
Return Value
Type:
Usual
The current settings for a statement option if successful; otherwise, NIL.
Level 1
See Also