-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryExecute_T_
Jacob Spitzer edited this page Aug 28, 2022
·
3 revisions
public abstract class TQueryExecute<T> : DbEasyConnect.DbEc<T>Inheritance System.Object 🡒 DbEasyConnect.TQuery<T> 🡒 TQueryExecute<T>
Derived
↳ DbEcCreate<T>
↳ DbEcDelete<T>
↳ DbEcUpdate<T>
| Methods | |
|---|---|
| Execute() | Execute TQuery SQL command. |
| ExecuteAsync() | Execute TQuery SQL command asynchronously using Task. |
| ToSqlString() | Returns the TQuery generated Sql command. To modify the Sql command manually, use the TQueryExtended method, and then use the ModifySqlString or ReplaceInSqlString method. |