Gets or sets the Type of the Entity this query is targeting.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public Type EntityType { get; set; }
Visual Basic (Declaration)
Public Property EntityType As Type

Field Value

The Type of the Entity this query is targeting.

See Also