dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceRowUpdatedEventArgs Class / Command Property

In This Topic
    Command Property (SalesforceRowUpdatedEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Command As SalesforceCommand
    public new SalesforceCommand Command {get;}

    Property Value

    The SalesforceCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
    See Also