DaoBaseExecuteSQLAsync Method |
Name | Description | |
---|---|---|
![]() | ExecuteSQLAsync(ITransaction, String, Object) |
Async variant of ExecuteSQL(ITransaction, String, Object)
Executes the specified plain SQL query using this DAO. Every parameter value is converted into one or more parameters which have to
be pre-defined in the sqlQuery
|
![]() | ExecuteSQLAsync(ITransaction, CancellationToken, String, Object) |
Async variant of ExecuteSQL(ITransaction, String, Object)
Executes the specified plain SQL query using this DAO. Every parameter value is converted into one or more parameters which have to
be pre-defined in the sqlQuery
|