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.900 (2.0.0.900)

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

Relate Topics:
  GetRasters Method
  GetTableRelationships Method
  GetTables Method
  OpenRaster Method
  OpenTable Method
Created by Atop CHM to web converter,© 2009 all right reserved.