-
Couldn't load subscription status.
- Fork 35
Overload_CodeJam_Mapping_MappingSchema_SetConvertExpression
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
| Name | Description | |
|---|---|---|
![]() |
SetConvertExpression(TFrom, TTo)(Expression(Func(TFrom, TTo)), Boolean) | Adds an expression that converts a value of type fromType to toType. |
![]() |
SetConvertExpression(TFrom, TTo)(Expression(Func(TFrom, TTo)), Expression(Func(TFrom, TTo))) | Adds an expression that converts a value of type fromType to toType. |
![]() |
SetConvertExpression(Type, Type, LambdaExpression, Boolean) | Adds an expression that converts a value of type fromType to toType. |
