Click or drag to resize
EntityPropertyProjectorValuePostProcess Method
Postprocesses the value passed in, which is the value produced by the selected value producer in ProjectEntityProperty.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual Object ValuePostProcess(
	Object preliminaryProjectionResult,
	IEntityCore entity
)

Parameters

preliminaryProjectionResult
Type: SystemObject
The preliminary projection result.
entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity projected

Return Value

Type: Object
the projection result processed by this routine. The base class version is empty and returns preliminaryProjectionResult
See Also