We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns an expression that converts a value of type TFrom to TTo.
Namespace: CodeJam.MappingAssembly: 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>>
Type: Expression(Func(TFrom, TTo))Convert expression.
MappingSchema ClassGetConvertExpression OverloadCodeJam.Mapping Namespace