点击或拖拽改变大小

AbstractSqlFactory.TranslateStatement 方法

X#
This method is called before a statement is sent to the server.

命名空间:  XSharp.Data
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD TranslateStatement(
	cStatement AS STRING
) AS STRING
查看代码

参数

cStatement
类型:String
The original statement.

返回值

类型:String
A translated version of the cStatement.

实现

TranslateStatement(String)
参见