SQLConnection.ConnHandle Property (Typed) | |
Note: This API is now obsolete.
A long integer representing the connection handle.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax [ObsoleteAttribute]
VIRTUAL PROPERTY ConnHandle AS IntPtr GET
[ObsoleteAttribute]
public virtual IntPtr ConnHandle { get; }
Request Example
View SourceProperty Value
Type:
IntPtrA long integer representing the connection handle.
See Also