DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataAdapter Class / UpdateCommand Property

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