DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / ExecuteScalarAsync Method

In This Topic
    ExecuteScalarAsync Method (C1CommandBase)
    In This Topic
    An asynchronous version of method ExecuteScalar that 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.
    Overload List
    OverloadDescription
    An asynchronous version of method ExecuteScalar that 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.  
    (Inherited from System.Data.Common.DbCommand)
    See Also