ConnectionHelperExecuteScalarAsync Method (String, QueryDataParameters, QueryTypeEnum, CancellationToken, Boolean) |
Executes the query asynchronously and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
Namespace: CMS.DataEngine
public static Task<Object> ExecuteScalarAsync( string queryText, QueryDataParameters parameters, QueryTypeEnum queryType, CancellationToken cancellationToken, bool transaction = false )