The type of the entity which is associated with this path, or null if this relates to the entity type being queried

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; }
Visual Basic (Declaration)
Public ReadOnly Property EntityType As Type

Implements

IAttributePathExpression..::.EntityType

See Also