SQLConnection.isFunction Method (Typed) | |
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
[ObsoleteAttribute]
public virtual bool isFunction(
ushort nFunction
)
Request Example
View SourceParameters
- nFunction
- Type: Word
Return Value
Type:
Logic
TRUE if the function is supported; otherwise, FALSE.
Level 1
See Also