QuerySpecGetAllFieldsFromProjection Method  | 
 
            Gets all fields from projection.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntaxprotected abstract List<IEntityFieldCore> GetAllFieldsFromProjection()
Protected MustOverride Function GetAllFieldsFromProjection As List(Of IEntityFieldCore)
Return Value
Type: 
ListIEntityFieldCore
See Also