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

In This Topic
    IsReference Property
    In This Topic
    Determines whether the column is a reference.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReference As Boolean
    public bool IsReference {get;}

    Property Value

    true, if the column is a reference; otherwise, 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