Click or drag to resize
EntityPropertyProjectorValueProducerFunc Property
Gets or sets the delegate to use to produce a value for this projector out of the list of object values. Be sure to set ValueProducerFuncParameterIndices if the delegate contained inside ValueProducerFunc requires any input values from the list of values to project

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
public ProjectionValueProducerFunc ValueProducerFunc { get; set; }

Property Value

Type: ProjectionValueProducerFunc

Implements

IProjectorValueProducerFunc
See Also