ArcGIS Explorer Component Help |
DataDirectory..::.OpenTableRelationship Method |
DataDirectory Class See Also |
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.DataAssembly: 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.