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