Hide Table of Contents
Class: TableRelationship

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

NameTypeSummary
cardinalityTableRelationshipTypeThe relationship of the table is determined by - ONE_TO_ONE=1 or ONE_TO_MANY=2.
linkFieldstringThe foreign key field used to join the jobs table.
tableAliasstringThe alias name of the table.
tableNamestringThe name of the extended properties table.
Property Details

<TableRelationshipType> cardinality

The relationship of the table is determined.

<string> linkField

The foreign key field used to join the job table.

<string> tableAlias

The alias name of the table.

<string> tableName

The name of the extended properties table.