DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVDataAdapter Class / DeleteCommand Property

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