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

In This Topic
    ExecuteScalarAsync Method (C1MagentoCommand)
    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 C1.DataConnector.AdoNet.C1CommandBase)
    (Inherited from System.Data.Common.DbCommand)
    See Also