Returns a collection of TableRelationship objects which contains all the relationships involving feature classes and tables in the geodatabase.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public ReadOnlyCollection<TableRelationship> GetTableRelationships(
	TableRelationshipType relationshipType
)
Visual Basic (Declaration)
Public Function GetTableRelationships ( _
	relationshipType As TableRelationshipType _
) As ReadOnlyCollection(Of TableRelationship)

Parameters

relationshipType
Type: ESRI.ArcGISExplorer.Data..::.TableRelationshipType

One of the TableRelationshipType values which represent either a relationship class or an in-memory relationship.

Return Value

A ReadOnlyCollection object consisting of TableRelationship objects each of which represents an association between two tables based on a shared column and could be either a geodatabase relationship class or an in-memory TableRelationship.

See Also