Overload | Description |
---|---|
ExecuteScalarAsync(CancellationToken) | An asynchronous version of C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.ExecuteScalar, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. Invokes C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>.ExecuteScalarAsync with System.Threading.CancellationToken.None. (Inherited from C1.DataConnector.AdoNet.DbCommandWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>) |
ExecuteScalarAsync() | (Inherited from System.Data.Common.DbCommand) |