Returns a TableRelationship object which represents an in-memory table relationship which has been created for a Table stored in the DataDirectory.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public TableRelationship OpenTableRelationship(
	string name
)
Visual Basic (Declaration)
Public Function OpenTableRelationship ( _
	name As String _
) As TableRelationship

Parameters

name
Type: System..::.String

The name of the relationship.

Return Value

A TableRelationship object which represents an in-memory association between two tables based on a shared column.

See Also