Skip to content

M_CodeJam_Mapping_MapperBuilder_2_GetMapperExpressionEx

andrewvk edited this page Jun 23, 2016 · 5 revisions

MapperBuilder(TFrom, TTo).GetMapperExpressionEx 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 (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public Expression<Func<TFrom, TTo>> GetMapperExpressionEx()

VB

Public Function GetMapperExpressionEx As Expression(Of Func(Of TFrom, TTo))

F#

member GetMapperExpressionEx : unit -> Expression<Func<'TFrom, 'TTo>> 

Return Value

Type: Expression(Func(TFrom, TTo))
Mapping expression.

See Also

Reference

MapperBuilder(TFrom, TTo) Class
CodeJam.Mapping Namespace

Clone this wiki locally