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 實例。

適用於