ISqlFactory.TranslateStatement Method | |
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 FUNCTION TranslateStatement(
cStatement AS STRING
) AS STRING
string TranslateStatement(
string cStatement
)
Request Example
View SourceParameters
- cStatement
- Type: String
The original statement.
Return Value
Type:
StringA translated version of the cStatement.
See Also