-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_IMapperBuilder_GetMapperLambdaExpressionEx
andrewvk edited this page Jun 23, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
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)
C#
LambdaExpression GetMapperLambdaExpressionEx()
VB
Function GetMapperLambdaExpressionEx As LambdaExpression
F#
abstract GetMapperLambdaExpressionEx : unit -> LambdaExpression
Type: LambdaExpression
Mapping expression.