Returns a list of the 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> Fields { get; }
Visual Basic (Declaration)
Public ReadOnly Property Fields As IList(Of FieldInfo)

Remarks

A field in LightSpeed refers to all fields held on the entity which includes value holders, transient fields and all associations

See Also