SQLSelect.GetStatementOption Method (Typed) | |
Note: This API is now obsolete.
Retrieve the current setting for a statement option.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax [ObsoleteAttribute]
VIRTUAL METHOD GetStatementOption(
fOption
) AS USUAL CLIPPER
[ObsoleteAttribute]
[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