SQLSelect.ShowSQLError 方法 | |
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOSQLClasses (在 XSharp.VOSQLClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ShowSQLError(
strMessage AS STRING,
symMethod AS SYMBOL,
e AS Exception
) AS VOID
public virtual void ShowSQLError(
string strMessage,
__Symbol symMethod,
[DefaultParameterValueAttribute(null, 0)] Exception e
)
查看代码参数
- strMessage
- 类型:String
- symMethod
- 类型:__Symbol
- e
- 类型:Exception
参见