MetaAssociation.OtherKey 属性
定义
在派生类中重写时,获取表示关联的另一端上的值的成员列表。When overridden in a derived class, gets a list of members that represents the values on the other side of the association.
public:
abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaDataMember ^> ^ OtherKey { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaDataMember ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaDataMember> OtherKey { get; }
member this.OtherKey : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaDataMember>
Public MustOverride ReadOnly Property OtherKey As ReadOnlyCollection(Of MetaDataMember)
属性值
表示关联的另一端上的值的集合。A collection representing values on the other side of the association.