dotConnect for Salesforce Marketing Cloud 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()
    public LoaderResult[] GetResults()

    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