Click or drag to resize

EntityPropertyProjector.ValuePostProcess 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.5.0.0 (5.5.18.1019)
Syntax
protected virtual Object ValuePostProcess(
	Object preliminaryProjectionResult,
	IEntityCore entity
)

Parameters

preliminaryProjectionResult
Type: System.Object
The preliminary projection result.
entity
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
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