This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.DestinationForeignKey Property (ArcObjects .NET 10.5 SDK) |
The relationship destination foreign Key.
[Visual Basic .NET] Public ReadOnly Property DestinationForeignKey As String
[C#] public string DestinationForeignKey {get;}
[C++]
HRESULT get_DestinationForeignKey(
BSTR* relDestFKey
);
[C++]
Parameters relDestFKey [out, retval] relDestFKey is a parameter of type BSTR
The DestinationForeignKey property returns the name of the destination foreign key field. This property is null except in the case of attributed relationship classes, in which case it is the name of a field in the relationship table. The values in this field reference values in the field designated as the destination primary key.