Click or drag to resize

DerivedTableDefinitionGetFieldsAsArray 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.5.0.0 (5.5.18.1019)
Syntax
public IEntityFieldCore[] GetFieldsAsArray()

Return Value

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

Implements

IDerivedTableDefinitionGetFieldsAsArray
See Also