Gets or sets a value indicating whether LightSpeed automatically resolves property names. When using SetValue and GetValue in properties, LightSpeed automatically determines the name of the property being accessed. However, when using code generation it is more efficient to use Entity.Get and Entity.Set instead. In this case, set DetectPropertyNames to false.

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

Syntax

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

See Also