Click or drag to resize
DataAccessAdapterBaseExecuteSQLAsync Method
Overload List
  NameDescription
Public methodExecuteSQLAsync(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.)
Public methodExecuteSQLAsync(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).)
Top
See Also