Gets or sets whether the set of results from a 'find all' may be cached. This should be used for reference data only.

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

Syntax

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

See Also