public RelationshipClassDescription( string relationshipClassName, TableDescription originClassDescription, TableDescription destinationClassDescription, RelationshipCardinality relationshipCardinality, string originPrimaryKey, string originForeignKey )
Public Function New( _ ByVal relationshipClassName As String, _ ByVal originClassDescription As TableDescription, _ ByVal destinationClassDescription As TableDescription, _ ByVal relationshipCardinality As RelationshipCardinality, _ ByVal originPrimaryKey As String, _ ByVal originForeignKey As String _ )
Parameters
- relationshipClassName
- The name of the description.
- originClassDescription
- The origin class of the ArcGIS.Core.Data.RelationshipClass.
- destinationClassDescription
- The destination class of the ArcGIS.Core.Data.RelationshipClass.
- relationshipCardinality
- The relationship cardinality of the ArcGIS.Core.Data.RelationshipClass.
- originPrimaryKey
- The name of the ArcGIS.Core.Data.Field in the origin class that serves as the origin primary key.
- originForeignKey
- The name of the ArcGIS.Core.Data.Field in the destination class that serves as the origin foreign key.