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.6.0.0 (5.6.19.0117)
Syntax protected 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:
ObjectSee Also