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

속성 값

Type

엔터티에 부모가 있으면 이 엔터티의 루트 형식이고, 그렇지 않으면 EntityType 클래스의 인스턴스입니다.

적용 대상