Functions.AX_GetAceStmtHandle 方法 | |
Returns the statement handle for the current workarea. This handle can be used
to call the Advantage Client Engine directly. Only for use with the AXSQL RDDs.
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 FUNCTION AX_GetAceStmtHandle() AS IntPtr
public static IntPtr AX_GetAceStmtHandle()
查看代码返回值
类型:
IntPtr Returns a 0 if there is a problem.
参见