Relationship class that defines how the tables are joined.
[Visual Basic 6.0] Property RelationshipClass As IRelationshipClass
[Visual Basic .NET] Public ReadOnly Property RelationshipClass As IRelationshipClass
[C#] public IRelationshipClass RelationshipClass {get;}
[Java] public IRelationshipClass getRelationshipClass() throws IOException, AutomationException
[C++] HRESULT get_RelationshipClass( IRelationshipClass** relClass );
The relationship class that defines the tables that are joined.
You can also use IFeatureLayerDefinition::RelationshipClass to get a reference to the relationship class that defines a layer join.