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.5.0.0 (5.5.18.1019)
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