Skip to content

TQueryDatabase_ExecuteAsync()

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

TQueryDatabase.ExecuteAsync() Method

Execute TQuery SQL command asynchronously using Task.

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

Returns

System.Threading.Tasks.Task<System.Int32>

Clone this wiki locally