DynamicQueryGetAllFieldsFromProjection Method |
Gets all fields from projection.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax protected override List<IEntityFieldCore> GetAllFieldsFromProjection()
Protected Overrides Function GetAllFieldsFromProjection As List(Of IEntityFieldCore)
Return Value
Type:
ListIEntityFieldCoreSee Also