dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoaderException Class / RecordsFailed Property

In This Topic
    RecordsFailed Property (SalesforceLoaderException)
    In This Topic
    Gets or sets the number of record failed to insert.
    Syntax
    'Declaration
     
    Public ReadOnly Property RecordsFailed As Integer
    public int RecordsFailed {get;}

    Property Value

    The number of record failed to insert.
    See Also