This document is archived and information here might be outdated. Recommended version. |
The name object for the RelationshipClass that defines the RelQueryTable.
[Visual Basic .NET] Public Property RelationshipClassName As IName
[C#] public IName RelationshipClassName {get; set;}
[C++]
HRESULT get_RelationshipClassName(
IName* relClassName
);
[C++]
HRESULT putref_RelationshipClassName(
IName** relClassName
);
[C++] Parameters relClassName [in]
relClassName is a parameter of type IName* relClassName [out, retval]
relClassName is a parameter of type IName**
This is the RelationshipClassName that defines the join tables and join fields as well as the cardinality.
You can set this property using a RelationshipClassName that refers to either a RelationshipClass in a geodatabase or a MemoryRelationshipClass.