共用方式為


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 類別的執行個體。

適用於