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

属性值

Type

如果实体有父级,则为父类型;否则为 EntityType 类的实例。

适用于