MetaAssociation.OtherType 属性

定义

在派生类中重写时,获取关联的另一端上的类型。

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

属性值

关联另一端的类型。

适用于