DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataDataAdapter Class / UpdateCommand Property

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