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

In This Topic
RecordsFailed Property
In This Topic
Gets or sets the collection of load operation results, which ended with an error.
Syntax
'Declaration
 
Public ReadOnly Property RecordsFailed As LoaderResult()
 

Property Value

An array of LoaderResult objects.
See Also