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

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