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 Salesforce Marketing Cloud.
    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

    See Also