DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowDataAdapter Class / DeleteCommand Property

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