Click or drag to resize

SQLSelect.GetStatementOption Method (Typed)

X#

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

Parameters

fOption (Optional)
Type: Usual

Return Value

Type: Usual
The current settings for a statement option if successful; otherwise, NIL. Level 1
See Also