MetaAssociation.OtherType 属性

定义

在派生类中重写时,获取关联的另一端上的类型。When overridden in a derived class, gets the type on the other side of the association.

public:
 abstract property System::Data::Linq::Mapping::MetaType ^ OtherType { System::Data::Linq::Mapping::MetaType ^ get(); };
public abstract System.Data.Linq.Mapping.MetaType OtherType { get; }
member this.OtherType : System.Data.Linq.Mapping.MetaType
Public MustOverride ReadOnly Property OtherType As MetaType

属性值

MetaType

关联的另一端上的类型。The type on the other side of the association.

适用于