Name | Description | |
---|---|---|
![]() | VirtualRelationshipClassDescription Constructor | Initializes a new instance of the VirtualRelationshipClassDescription class. |
The following tables list the members exposed by VirtualRelationshipClassDescription.
Name | Description | |
---|---|---|
![]() | VirtualRelationshipClassDescription Constructor | Initializes a new instance of the VirtualRelationshipClassDescription class. |
Name | Description | |
---|---|---|
![]() | BackwardPathLabel | Gets or sets a backward path label. An optional value. If not set, the default value is "backward". |
![]() | Cardinality | Gets the RelationshipCardinality with which the relationship class is created. |
![]() | ForeignKeyInDestinationTable | Gets the Field corresponding to the field in the destination table to be used as the foriegn key. |
![]() | ForwardPathLabel | Gets or sets a forward path label. An optional value. If not set, the default value is "forward". |
![]() | Name | Gets or sets the name. An optional value. If not set, a name is generated. |
![]() | PrimaryKeyInOriginTable | Gets the Field corresponding to the field in the origin table to be used as the primary key. |