次の方法で共有


TableProvider.RootEntityType プロパティ

定義

このエンティティのルート型を取得します。

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

プロパティ値

エンティティが親を持つ場合はこのエンティティのルート型。それ以外の場合は EntityType クラスのインスタンス。

適用対象