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

GetResults Method
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also