dotConnect for Zoho Desk Documentation
Devart.Data Namespace / SqlShimLoaderException Class / RecordsFailed Property

On this page
    RecordsFailed Property
    On this page
    Gets or sets the collection of load operation results, which ended with an error.
    Syntax
    'Declaration
     
    Public ReadOnly Property RecordsFailed As LoaderResult()
    public LoaderResult[] RecordsFailed {get;}

    Property Value

    An array of LoaderResult objects.
    See Also