Click or drag to resize
IDataAccessAdapterExecuteSQLAsync 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
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
Top
See Also