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

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