| 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.2.0.0 (5.2.17.0403)
SyntaxList<IEntityPropertyProjector> Projectors { get; set; }Property Projectors As List(Of IEntityPropertyProjector)
	Get
	Set
Property Value
Type: 
ListIEntityPropertyProjector
See Also