dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoaderColumn Class / SalesforceLoaderColumn Constructor / SalesforceLoaderColumn Constructor(String,String,String)
The name of the column.
The name of the referenced Salesforce object.
The name of the referenced Salesforce object External ID field.

In This Topic
    SalesforceLoaderColumn Constructor(String,String,String)
    In This Topic
    Initializes a new instance of the SalesforceLoaderColumn class with an External ID reference to another Salesforce object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal referencedTable As String, _
       ByVal referencedColumn As String _
    )
    public SalesforceLoaderColumn( 
       string name,
       string referencedTable,
       string referencedColumn
    )

    Parameters

    name
    The name of the column.
    referencedTable
    The name of the referenced Salesforce object.
    referencedColumn
    The name of the referenced Salesforce object External ID field.
    Remarks
    When you load data to a reference column, SalesforceLoader takes a value of the ID field of the referenced Salesforce object, for which the referenced External ID field is equal to the specified value, and asigns it to the target column.
    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