IEntityType.IsQueryType Property

Definition

Gets whether this entity type is a query type.

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

Property Value

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

Applies to