DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / ExecuteScalarAsync Method

In This Topic
    ExecuteScalarAsync Method (C1CSVCommand)
    In This Topic
    An asynchronous version of method C1.DataConnector.AdoNet.C1CommandBase.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 C1.DataConnector.AdoNet.C1CommandBase.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