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


In This Topic
    VirtualRelationshipClassDescription Class Members
    In This Topic

    The following tables list the members exposed by VirtualRelationshipClassDescription.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VirtualRelationshipClassDescription class.  
    Top
    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