MetaAssociation.OtherMember 属性
定义
在派生类中重写时,获取表示反向关联的此关联的另一端上的成员。When overridden in a derived class, gets the member on the other side of this association that represents the reverse association.
public:
abstract property System::Data::Linq::Mapping::MetaDataMember ^ OtherMember { System::Data::Linq::Mapping::MetaDataMember ^ get(); };
public abstract System.Data.Linq.Mapping.MetaDataMember OtherMember { get; }
member this.OtherMember : System.Data.Linq.Mapping.MetaDataMember
Public MustOverride ReadOnly Property OtherMember As MetaDataMember
属性值
此关联的另一端上表示反向关联的成员。The member on the other side of this association that represents the reverse association.
注解
此值可为 NULL。This value can be null.