ViewProjectionDataTEntity Constructor (ListIEntityPropertyProjector, IPredicate, Boolean) | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic ViewProjectionData(
	List<IEntityPropertyProjector> projectors,
	IPredicate filter,
	bool allowDuplicates
)
Public Sub New ( 
	projectors As List(Of IEntityPropertyProjector),
	filter As IPredicate,
	allowDuplicates As Boolean
)
Parameters
- projectors
 - Type: System.Collections.GenericListIEntityPropertyProjector
List of entity property projectors to project the view's data - filter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
Additional filter to apply to the data before projection. Only matching entities are projected - allowDuplicates
 - Type: SystemBoolean
Flag to signal if duplicate results are allowed. 
See Also