Skip to content

M_CodeJam_Mapping_IMapperBuilder_GetMapperLambdaExpression

andrewvk edited this page Jun 23, 2016 · 5 revisions

IMapperBuilder.GetMapperLambdaExpression Method

Returns a mapper expression to map an object of TFrom type to an object of TTo type.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

LambdaExpression GetMapperLambdaExpression()

VB

Function GetMapperLambdaExpression As LambdaExpression

F#

abstract GetMapperLambdaExpression : unit -> LambdaExpression 

Return Value

Type: LambdaExpression
Mapping expression.

See Also

Reference

IMapperBuilder Interface
CodeJam.Mapping Namespace

Clone this wiki locally