We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns a mapper expression to map an object of TFrom type to an object of TTo type.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
LambdaExpression GetMapperLambdaExpression()
VB
Function GetMapperLambdaExpression As LambdaExpression
F#
abstract GetMapperLambdaExpression : unit -> LambdaExpression
Type: LambdaExpressionMapping expression.
IMapperBuilder InterfaceCodeJam.Mapping Namespace