DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineDataAdapter Class / SelectCommand Property

In This Topic
    SelectCommand Property (C1QuickBooksOnlineDataAdapter)
    In This Topic
    Gets or sets an SQL statement to retrieve records from the data source.
    Syntax
    'Declaration
     
    Public Property SelectCommand As C1QuickBooksOnlineCommand
    public C1QuickBooksOnlineCommand SelectCommand {get; set;}
    See Also