DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneDataAdapter Class / UpdateCommand Property

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