DataAccessAdapterBaseExecuteSQLAsync Method |
Name | Description | |
---|---|---|
ExecuteSQLAsync(String, Object) |
Async variant of ExecuteSQL(String, Object)
Executes the specified plain SQL query using this adapter. Every parameter value is converted into one or more parameters which have to
be pre-defined in the sqlQuery
(Inherited from DataAccessAdapterCore.) | |
ExecuteSQLAsync(CancellationToken, String, Object) |
Async variant of ExecuteSQL(String, Object)
Executes the specified plain SQL query using this adapter. Every parameter value is converted into one or more parameters which have to
be pre-defined in the sqlQuery
(Overrides DataAccessAdapterCoreExecuteSQLAsync(CancellationToken, String, Object).) |