| QueryParametersPerformValueProjectionsOnRawRow Property  | 
 
            if set to true the projection method will perform value projections on the plain row prior to using it
            in the projector and will create a new object row to store the projected values in. If false, the plain row is passed on as-is
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic bool PerformValueProjectionsOnRawRow { get; set; }Public Property PerformValueProjectionsOnRawRow As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also