ValueListProjectionDefinitionDataValueProjectors Property |
Gets or sets the data value projectors to use. These projectors are the elements fed to the projection engine to do the projection of the data
resulted by the query. For every target element there's one DataValueProjector element defined. It can be that there are less or more elements
in this list than there are in the QueryElements.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public List<DataValueProjector> DataValueProjectors { get; }
Public ReadOnly Property DataValueProjectors As List(Of DataValueProjector)
Get
Property Value
Type:
ListDataValueProjectorSee Also