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

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