Click or drag to resize

IDataValueProjectorProjectValue Method

Projects the entity through this entity property projector and results into a single value, based on what the DefaultValueProducer is and what filter is specified (if any)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
Object ProjectValue(
	Object[] sourceValues
)

Parameters

sourceValues
Type: SystemObject
The source values of which this projector will pick a value to project. The projection result is returned.

Return Value

Type: Object
Projection result of a value in the sourcevalues.
See Also