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