dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data Namespace / LoaderResult Structure
Members

In This Topic
    LoaderResult Structure
    In This Topic
    Represents the result of loading a row to ExactTarget.
    Syntax
    'Declaration
     
    Public Structure LoaderResult 
       Inherits System.ValueType
    public struct LoaderResult : System.ValueType 
    Remarks
    In case of error, the ErrorText is returned. In case of success, the result row Id is returned.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Devart.Data.LoaderResult

    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