TableProvider.RootEntityType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此实体的根类型。
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 类的实例。