Skip to content

TQueryExecute_T__ToSqlString()

Jacob Spitzer edited this page Aug 28, 2022 · 2 revisions

TQueryExecute<T>.ToSqlString() Method

Returns the TQuery generated Sql command.
To modify the Sql command manually, use the TQueryExtended method, and then use the ModifySqlString or ReplaceInSqlString method.

public string ToSqlString();

Returns

System.String
TQuery generated Sql command as a String.

Clone this wiki locally