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

適用於