public AttributedRelationshipClassDescription( string attributedRelationshipClassName, TableDescription originClassDescription, TableDescription destinationClassDescription, RelationshipCardinality relationshipCardinality, string originPrimaryKey, string originForeignKey, string destinationPrimaryKey, string destinationForeignKey )
Public Function New( _ ByVal attributedRelationshipClassName As String, _ ByVal originClassDescription As TableDescription, _ ByVal destinationClassDescription As TableDescription, _ ByVal relationshipCardinality As RelationshipCardinality, _ ByVal originPrimaryKey As String, _ ByVal originForeignKey As String, _ ByVal destinationPrimaryKey As String, _ ByVal destinationForeignKey As String _ )
Parameters
- attributedRelationshipClassName
- The name of the description.
- originClassDescription
- The origin class of the ArcGIS.Core.Data.AttributedRelationshipClass.
- destinationClassDescription
- The destination class of the ArcGIS.Core.Data.AttributedRelationshipClass.
- relationshipCardinality
- The relationship cardinality of the ArcGIS.Core.Data.AttributedRelationshipClass.
- 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 intermediate table that serves as the origin foreign key.
- destinationPrimaryKey
- The name of the ArcGIS.Core.Data.Field in the destination class that serves as the destination primary key.
- destinationForeignKey
- The name of the ArcGIS.Core.Data.Field in the intermediate table that serves as the destination foreign key.