ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / VirtualRelationshipClassDescription Class


In This Topic
    VirtualRelationshipClassDescription Class Properties
    In This Topic

    For a list of all members of this type, see VirtualRelationshipClassDescription members.

    Public Properties
     NameDescription
    Public Property Gets or sets a backward path label. An optional value. If not set, the default value is "backward".  
    Public PropertyGets the RelationshipCardinality with which the relationship class is created.  
    Public PropertyGets the Field corresponding to the field in the destination table to be used as the foriegn key.  
    Public Property Gets or sets a forward path label. An optional value. If not set, the default value is "forward".  
    Public Property Gets or sets the name. An optional value. If not set, a name is generated.  
    Public PropertyGets the Field corresponding to the field in the origin table to be used as the primary key.  
    Top
    See Also