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

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

    Property Value

    true, if the column is a polymorphic reference; otherwise, false.
    Remarks
    In Salesforce, a polymorphic reference is a reference to an object that can be one of several different types. For example, the Attachment object has several polymorphic references.
    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