When true, the query will select object identifiers instead of complete entities. This parameter is only applicable when using Find(Query, IList).

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

Syntax

C#
public bool IdentifiersOnly { get; set; }
Visual Basic (Declaration)
Public Property IdentifiersOnly As Boolean

See Also