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.
Adds an expression that converts a value of type fromType to toType.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public void SetConvertExpression<TFrom, TTo>( Expression<Func<TFrom, TTo>> expr, bool addNullCheck = true )
VB
Public Sub SetConvertExpression(Of TFrom, TTo) ( expr As Expression(Of Func(Of TFrom, TTo)), Optional addNullCheck As Boolean = true )
F#
member SetConvertExpression : expr : Expression<Func<'TFrom, 'TTo>> * ?addNullCheck : bool (* Defaults: let _addNullCheck = defaultArg addNullCheck true *) -> unit
MappingSchema ClassSetConvertExpression OverloadCodeJam.Mapping Namespace