AssociationAttribute.OtherKey 属性

定义

获取关联的 OtherKey 端的键值的属性名称。Gets the property names of the key values on the OtherKey side of the association.

public:
 property System::String ^ OtherKey { System::String ^ get(); };
public string OtherKey { get; }
member this.OtherKey : string
Public ReadOnly Property OtherKey As String

属性值

String

一个以逗号分隔的属性名称列表,这些属性名称表示关联的 OtherKey 端的键值。A comma-separated list of the property names that represent the key values on the OtherKey side of the association.

适用于