TableProvider.ParentEntityType プロパティ

定義

親型を取得します。

public:  virtual property Type ^ ParentEntityType {  public:
Type ^ get(); protected:
 void set(Type ^ value); };
public virtual Type ParentEntityType { get; protected set; }
member this.ParentEntityType : Type with get, set
Public Overridable Property ParentEntityType As Type

プロパティ値

エンティティに親がある場合の親型。それ以外の場合は、 EntityType クラスのインスタンス。

適用対象