Click or drag to resize
IDerivedTableDefinitionGetFieldsAsArray Method
Gets the fields as an IEntityFieldCore array.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IEntityFieldCore[] GetFieldsAsArray()

Return Value

Type: IEntityFieldCore
IEntityFieldCore array with all the fields of the derived table
See Also