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

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