DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / ExecuteScalar Method

In This Topic
    ExecuteScalar Method (C1QuickBooksOnlineCommand)
    In This Topic
    Allow the execution of a query that returns a 1x1 result table.
    Syntax
    'Declaration
     
    Public Function ExecuteScalar() As Object
    public object ExecuteScalar()

    Return Value

    The scalar result.
    See Also