IProjectorValueProducerFunc 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.9.0.0 (5.9.0)
SyntaxProjectionValueProducerFunc ValueProducerFunc { get; set; }
Property ValueProducerFunc As ProjectionValueProducerFunc
Get
Set
Property Value
Type:
ProjectionValueProducerFunc
See Also