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