Skip to content

TQueryGet_T__ToSqlString()

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

TQueryGet<T>.ToSqlString() Method

Returns the TQuery generated Sql command.
To modify the Sql command manually, use the TQueryExtended method, and then use the ModifySqlString<Table>(DbEcExtended<Table>, string) method.

public string ToSqlString();

Returns

System.String
TQuery generated Sql command as a String.

Clone this wiki locally