Click or drag to resize

AbstractSqlFactory.TranslateStatement Method

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

Namespace:  XSharp.Data
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 VIRTUAL METHOD TranslateStatement(
	cStatement AS STRING
) AS STRING
Request Example View Source

Parameters

cStatement
Type: String
The original statement.

Return Value

Type: String
A translated version of the cStatement.

Implements

TranslateStatement(String)
See Also