Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public List<IFieldElementCore> GetAllFieldsForVisualization()

Return Value

Type: ListIFieldElementCore
List of all the fields in this entity
See Also