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.5.0.0 (5.5.18.1019)
Syntax
List<IEntityPropertyProjector> Projectors { get; set; }

Property Value

Type: ListIEntityPropertyProjector
See Also