Skip to content

M_CodeJam_Mapping_IMapperBuilder_GetMapperLambdaExpressionEx

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

IMapperBuilder.GetMapperLambdaExpressionEx Method

Returns a mapper expression to map an object of TFrom type to an object of TTo type. Returned expression is compatible to IQueriable.

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

LambdaExpression GetMapperLambdaExpressionEx()

VB

Function GetMapperLambdaExpressionEx As LambdaExpression

F#

abstract GetMapperLambdaExpressionEx : unit -> LambdaExpression 

Return Value

Type: LambdaExpression
Mapping expression.

See Also

Reference

IMapperBuilder Interface
CodeJam.Mapping Namespace

Clone this wiki locally