MetaType.IsEntity 属性
定义
在派生类中重写时,获取一个值,该值指示 MetaType 是否为实体类型。When overridden in a derived class, gets a value indicating whether the MetaType is an entity type.
public:
abstract property bool IsEntity { bool get(); };
public abstract bool IsEntity { get; }
member this.IsEntity : bool
Public MustOverride ReadOnly Property IsEntity As Boolean
属性值
- Boolean
如果 MetaType 是实体类型,则为 true;否则为 false。true if the MetaType is an entity type; otherwise false.
适用于