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

In This Topic
    DeleteCommand Property (C1KintoneDataAdapter)
    In This Topic
    Gets or sets an SQL statement for deleting records from the data set.
    Syntax
    'Declaration
     
    Public Property DeleteCommand As C1KintoneCommand
    public C1KintoneCommand DeleteCommand {get; set;}
    See Also