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

On this page
    GetResults Method
    On this page
    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.
    See Also