-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryStartExtensions_ModifySqlString_9uCqtnJ+ksltiNFspH5SNg
Jacob Spitzer edited this page Aug 28, 2022
·
2 revisions
Modifies manually the TQuery SQL command with any given string.
public static DbEasyConnect.DbEcExtended<Table> ModifySqlString<Table>(this DbEasyConnect.DbEcExtended<Table> tQuery, string sql);
tQuery
DbEasyConnect.DbEcExtended<Table>
An DbEc<T> that contains the queryable table to apply the predicate to.
sql
System.String
A given string for SQL command.
DbEasyConnect.DbEcExtended<Table>
An DbEcExtended<T> instanse with the updated SQL command.