AbstractSqlFactory.TranslateStatement 方法 | |
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
public virtual string TranslateStatement(
string cStatement
)
查看代码参数
- cStatement
- 类型:String
The original statement.
返回值
类型:
StringA translated version of the cStatement.
实现
TranslateStatement(String)参见