ViewProjectionData<TEntity> Constructor (List<IEntityPropertyProjector>) |
CTor. Uses no additional filter and allows duplicates.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic ViewProjectionData(
List<IEntityPropertyProjector> projectors
)
Public Sub New (
projectors As List(Of IEntityPropertyProjector)
)
Parameters
- projectors
- Type: System.Collections.Generic.List<IEntityPropertyProjector>
List of entity property projectors to project the view's data
See Also