Click or drag to resize
ValueListProjectionDefinitionCreateAndAddDataValueProjectorToProjection 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.3.0.0 (5.3.0)
Syntax
public void CreateAndAddDataValueProjectorToProjection(
	string targetName,
	Type targetType,
	int valueIndex,
	ProjectionValueProducerFunc valueProducerFunc,
	int[] valueProducerFuncParameterIndices
)

Parameters

targetName
Type: SystemString
Name of the target.
targetType
Type: SystemType
Type of the target.
valueIndex
Type: SystemInt32
Index of the value in the source. Ignored if valueProducerFunc isn't null
valueProducerFunc
Type: SD.LLBLGen.Pro.ORMSupportClassesProjectionValueProducerFunc
The value producer func.
valueProducerFuncParameterIndices
Type: SystemInt32
The value producer func parameter indices.
See Also