-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Mapping_MapperBuilder_2_GetMapperExpressionEx
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
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: 1.0.0.0 (1.0.0.0)
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>>
Type: Expression(Func(TFrom, TTo))
Mapping expression.