Skip to content

TQueryExecute_T__ExecuteAsync()

Jacob Spitzer edited this page Aug 28, 2022 · 2 revisions

TQueryExecute<T>.ExecuteAsync() Method

Execute TQuery SQL command asynchronously using Task.

public System.Threading.Tasks.Task<int> ExecuteAsync();

Returns

System.Threading.Tasks.Task<System.Int32>
The number of rows affected.

Clone this wiki locally