dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoaderColumn Class / ReferencedColumn Property

In This Topic
    ReferencedColumn Property
    In This Topic
    Returns the name of the referenced Salesforce object External ID field if IsReference is true for the column.
    Syntax
    'Declaration
     
    Public Property ReferencedColumn As String
    public string ReferencedColumn {get; set;}

    Property Value

    The name of the referenced Salesforce object External ID field. An empty string if IsReference is false.
    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.
    See Also