| NullAwareDataValueProjectorValuePostProcess Method  | 
 
            Post-processes the value to project.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected override Object ValuePostProcess(
	Object preliminaryProjectionResult,
	Object[] sourceValues
)
Protected Overrides Function ValuePostProcess ( 
	preliminaryProjectionResult As Object,
	sourceValues As Object()
) As Object
Parameters
- preliminaryProjectionResult
 - Type: SystemObject
The preliminary projection result. - sourceValues
 - Type: SystemObject
The source values. 
Return Value
Type: 
Object
See Also