SQLSelect.StatementHandle Property (Typed) | |
A numeric value representing the statement handle.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY StatementHandle AS DbCommand GET
public virtual DbCommand StatementHandle { get; }
Request Example
View SourceProperty Value
Type:
DbCommandA numeric value representing the statement handle.
See Also