Click or drag to resize
FieldListTFieldHasFieldOrdering Property
Gets a value indicating whether this instance has a field ordering defined. If at least 1 field has a field index of 0 or higher, this class will assume there is a field ordering and will return true.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool HasFieldOrdering { get; }

Property Value

Type: Boolean
See Also