Returns a list of the value holder fields defined on entities of this type.

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

Syntax

C#
public IList<FieldInfo> ValueFields { get; }
Visual Basic (Declaration)
Public ReadOnly Property ValueFields As IList(Of FieldInfo)

Remarks

A value holder field in LightSpeed is a field which is not transient and not an association and holds a value which is persisted to a database backed column.

See Also