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

プロパティ値

関連付けの反対側の型。

適用対象