ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / VirtualRelationshipClassDescription Class / VirtualRelationshipClassDescription Constructor
The Field corresponding to the field in the origin table to be used as the primary key.
The Field corresponding to the field in the destination table to be used as the foriegn key.
The RelationshipCardinality with which the relationship class is created.

In This Topic
    VirtualRelationshipClassDescription Constructor
    In This Topic
    Initializes a new instance of the VirtualRelationshipClassDescription class.
    Syntax

    Parameters

    primaryKeyInOriginTable
    The Field corresponding to the field in the origin table to be used as the primary key.
    foreignKeyInDestinationTable
    The Field corresponding to the field in the destination table to be used as the foriegn key.
    cardinality
    The RelationshipCardinality with which the relationship class is created.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also