IMutableEntityType.IsQueryType 属性

定义

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

public bool IsQueryType { get; set; }
member this.IsQueryType : bool with get, set
Public Property IsQueryType As Boolean

属性值

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

适用于