MetaTable.EntityType 属性
定义
获取表示表的实体类型。Gets the entity type that represents the table.
public:
property Type ^ EntityType { Type ^ get(); };
public Type EntityType { get; }
member this.EntityType : Type
Public ReadOnly Property EntityType As Type
属性值
- Type
表示实体的类型。The type that represents the entity.
适用于