Click or drag to resize

DataObjectLoadOptionsFixedFields Property

Which fixed fields should be read? Only a subset of fixed fields can be controlled with this collection, others are always loaded. If the list is empty, none of the (applicable) fixed fields are populated. Use AddAllFixedFields to populate the collection in an easy way.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public FixedFields FixedFields { get; }

Property Value

Type: FixedFields
See Also