Skip to content

TQueryableBool_T__ExecuteAsync()

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

DbEcBool<T>.ExecuteAsync() Method

Execute TQuery SQL boolean command asynchronously using Task, and returns true or false.

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

Returns

System.Threading.Tasks.Task<System.Boolean>
True if the command result is true, otherwise returns false.

Clone this wiki locally