Click or drag to resize

DataAccessAdapterBase.ExecuteSQLAsync 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 DataAccessAdapterCore.ExecuteSQLAsync(CancellationToken, String, Object).)
Top
See Also