Description
The TableRelationship class returns a list of extended properties tables and the properties that identified them like name and cardinality. Cardinality is used to identify tables that have a 1-1 or 1-M relationship with the jobs table.
Class hierarchy
esri.WorkflowManager.SupportClasses.TableRelationship()
Properties
cardinality | TableRelationshipType | The relationship of the table is determined by - ONE_TO_ONE=1 or ONE_TO_MANY=2. |
linkField | string | The foreign key field used to join the jobs table. |
tableAlias | string | The alias name of the table. |
tableName | string | The name of the extended properties table. |
Property Details
<TableRelationshipType> cardinality
The relationship of the table is determined.
The foreign key field used to join the job table.
The alias name of the table.
The name of the extended properties table.