MappingExtensions..::..Trace<(Of <(<'TSource, TDestination>)>)> Method
Writes trace of the map execution. Note that mappings performed with
ProjectTo``1(IQueryable, Object, array<Expression<(Of <<'(Func<(Of <<'(UMP, Object>)>>)>)>>)>[]()[][]) cannot be traced.
Namespace:
Suoranta.EnterpriseLib.Util.AutoMapperAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
public static IMappingExpression<TSource, TDestination> Trace<TSource, TDestination>( this IMappingExpression<TSource, TDestination> map )
Type Parameters
- TSource
- The type of the source.
- TDestination
- The type of the destination.
Parameters
- map
- Type: IMappingExpression<(Of <(<'TSource, TDestination>)>)>

