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