SQLStatement.StatementHandle Property (Typed) | |
A long integer 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 SET
public virtual DbCommand StatementHandle { get; set; }
Request Example
View SourceProperty Value
Type:
DbCommandA long integer representing the statement handle.
See Also