DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SDataAdapter Class / DeleteCommand Property

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