Click or drag to resize
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)
Syntax
protected override Object ValuePostProcess(
	Object preliminaryProjectionResult,
	Object[] sourceValues
)

Parameters

preliminaryProjectionResult
Type: SystemObject
The preliminary projection result.
sourceValues
Type: SystemObject
The source values.

Return Value

Type: Object
See Also