Suoranta.EnterpriseLib.Web - Developer API

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.AutoMapper
Assembly:  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>)>)>

Return Value

map for additional configuration.

Remarks


Mappings performed with ProjectTo``1(IQueryable, Object, array<Expression<(Of <<'(Func<(Of <<'(UMP, Object>)>>)>)>>)>[]()[][]) cannot be traced.