Click or drag to resize

SQLConnection.isFunction Method (Typed)

X#

Note: This API is now obsolete.

Determine whether an ODBC function is supported by the driver.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
[ObsoleteAttribute]
 VIRTUAL METHOD isFunction(
	nFunction AS WORD
) AS LOGIC
Request Example View Source

Parameters

nFunction
Type: Word

Return Value

Type: Logic
TRUE if the function is supported; otherwise, FALSE. Level 1
See Also