Gets the GeodatabaseFolder in which the relationship class is contained.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public GeodatabaseFolder GeodatabaseFolder { get; }
Visual Basic (Declaration)
Public ReadOnly Property GeodatabaseFolder As GeodatabaseFolder

Field Value

A GeodatabaseFolder object representing the geodatabase feature dataset in which the relationship is contained. Returns nullNothingnullptra null reference (Nothing in Visual Basic) for relationship classes which are not stored in a feature dataset and for all in-memory TableRelationships.

See Also