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.6.0.0 (5.6.19.0117)
Syntax
public bool HasFieldOrdering { get; }

Property Value

Type: Boolean
See Also