IMutableEntityType.IsQueryType Property

Definition

Gets or sets whether this entity type is a query type.

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

Property Value

true if the entity type is a query type; otherwise false.

Applies to