SQLConnection.isFunction Method | |
Determine whether an ODBC function is supported by the driver.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD isFunction(
nFunction
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual isFunction(
Usual nFunction = default
)
Request Example
View SourceParameters
- nFunction (Optional)
- Type: Usual
Return Value
Type:
Usual
TRUE if the function is supported; otherwise, FALSE.
Level 1
See Also