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 to delete records from the data source.
    Syntax
    'Declaration
     
    Public Property DeleteCommand As C1KintoneCommand
    public C1KintoneCommand DeleteCommand {get; set;}
    See Also