IEntityType.IsQueryType 属性

定义

获取此实体类型是否为查询类型。

public bool IsQueryType { get; }
member this.IsQueryType : bool
Public ReadOnly Property IsQueryType As Boolean

属性值

如果实体类型是查询类型,则为 true;否则为 false。

适用于