Click or drag to resize

ViewProjectionDataTEntityProjectors 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.9.0.0 (5.9.0)
Syntax
public List<IEntityPropertyProjector> Projectors { get; set; }

Property Value

Type: ListIEntityPropertyProjector

Implements

IViewProjectionDataProjectors
See Also