次の方法で共有


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 クラスのインスタンス。

適用対象