-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Mapping_MappingSchema_GetConvertExpression__2
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Returns an expression that converts a value of type TFrom to TTo.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public Expression<Func<TFrom, TTo>> GetConvertExpression<TFrom, TTo>()
VB
Public Function GetConvertExpression(Of TFrom, TTo) As Expression(Of Func(Of TFrom, TTo))
F#
member GetConvertExpression : unit -> Expression<Func<'TFrom, 'TTo>>
- TFrom
- Type to convert from.
- TTo
- Type to convert to.
Type: Expression(Func(TFrom, TTo))
Convert expression.
MappingSchema Class
GetConvertExpression Overload
CodeJam.Mapping Namespace