Skip to content

TQueryExecute_T_

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

TQueryExecute<T> Class

public abstract class TQueryExecute<T> : DbEasyConnect.DbEc<T>

Type parameters

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.

Clone this wiki locally