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 类的实例。

适用于