DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoDataAdapter Class / DeleteCommand Property

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