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.9.0.0 (5.9.0)
Syntax public bool HasFieldOrdering { get; }
Public ReadOnly Property HasFieldOrdering As Boolean
Get
Property Value
Type:
BooleanSee Also