dotConnect for Mailchimp Documentation
Devart.Data Namespace / SqlShimLoader Class / GetResults Method

In This Topic
GetResults Method
In This Topic
Returns the results of the data load operation. Allows you to retrieve the ID values of the successfully loaded rows and error messages for rows that caused errors.
Syntax
'Declaration
 
Public Function GetResults() As LoaderResult()
 

Return Value

An array of LoaderResult. Each LoaderResult object corresponds to a single row of data.
See Also