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.4.0.0 (5.4.0)
Syntax List<IEntityPropertyProjector> Projectors { get; set; }
Property Projectors As List(Of IEntityPropertyProjector)
Get
Set
Property Value
Type:
ListIEntityPropertyProjectorSee Also