SQLStatement.GetStatementOption Method | |
Return current setting for a statement option or NIL, if an error occurred.
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:
UsualSee Also