VirtualRelationshipClassDescription Class Members
In This Topic
The following tables list the members exposed by VirtualRelationshipClassDescription.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BackwardPathLabel |
Gets or sets a backward path label. An optional value. If not set, the default value is "backward".
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Cardinality | Gets the RelationshipCardinality with which the relationship class is created. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ForeignKeyInDestinationTable | Gets the Field corresponding to the field in the destination table to be used as the foriegn key. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ForwardPathLabel |
Gets or sets a forward path label. An optional value. If not set, the default value is "forward".
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Name |
Gets or sets the name. An optional value. If not set, a name is generated.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | PrimaryKeyInOriginTable | Gets the Field corresponding to the field in the origin table to be used as the primary key. |
Top
See Also