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.6.0.0 (5.6.19.0117)
Syntax public void CreateAndAddDataValueProjectorToProjection(
string targetName,
Type targetType,
int valueIndex,
ProjectionValueProducerFunc valueProducerFunc,
int[] valueProducerFuncParameterIndices
)
Public Sub CreateAndAddDataValueProjectorToProjection (
targetName As String,
targetType As Type,
valueIndex As Integer,
valueProducerFunc As ProjectionValueProducerFunc,
valueProducerFuncParameterIndices As Integer()
)
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