EntityDefinitionGetAllFieldsForVisualization Method |
Gets all fields for visualization. This is a helper routine to get all the fields in this entity (not inherited fields) in the order:
PK fields, normal fields sorted by name ascending, where normal fields is entity fields + fk fields, if there is no field ordering
or
all fields sorted based on field ordering, if there is a field ordering specified.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public List<IFieldElementCore> GetAllFieldsForVisualization()
Public Function GetAllFieldsForVisualization As List(Of IFieldElementCore)
Return Value
Type:
ListIFieldElementCoreList of all the fields in this entity
See Also