Click or drag to resize

ValueListProjectionDefinition.CreateAndAddDataValueProjectorToProjection Method

Adds the data value projector to projection.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public void CreateAndAddDataValueProjectorToProjection(
	string targetName,
	Type targetType,
	int valueIndex,
	ProjectionValueProducerFunc valueProducerFunc,
	int[] valueProducerFuncParameterIndices
)

Parameters

targetName
Type: System.String
Name of the target.
targetType
Type: System.Type
Type of the target.
valueIndex
Type: System.Int32
Index of the value in the source. Ignored if valueProducerFunc isn't null
valueProducerFunc
Type: SD.LLBLGen.Pro.ORMSupportClasses.ProjectionValueProducerFunc
The value producer func.
valueProducerFuncParameterIndices
Type:System.Int32[]
The value producer func parameter indices.
See Also