-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryExecute_T__ToSqlString()
Jacob Spitzer edited this page Aug 28, 2022
·
2 revisions
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();System.String
TQuery generated Sql command as a String.