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.4.0.0 (5.4.0)
Syntax IEntityFieldCore[] GetFieldsAsArray()
Function GetFieldsAsArray As IEntityFieldCore()
Return Value
Type:
IEntityFieldCoreIEntityFieldCore array with all the fields of the derived table
See Also