AX_SetConnectionHandle Function | |
Sets the connection handle for all successive table opens.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax FUNCTION AX_SetConnectionHandle(
ptrHandle AS IntPtr
) AS VOID
public static void AX_SetConnectionHandle(
IntPtr ptrHandle
)
Request Example
View SourceParameters
- ptrHandle
- Type: IntPtr
Connection handle that was returned by AdsConnect60
See Also