Click or drag to resize
IViewProjectionDataProjectors Property
Gets / sets the list of entity property projectors to project the view's data

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
List<IEntityPropertyProjector> Projectors { get; set; }

Property Value

Type: ListIEntityPropertyProjector
See Also