MapBuilder<TResult> Class

Updated 7/31/12. Static entry point for the IMapBuilderContext<TResult> interface, which allows to build reflection-based IRowMapper<TResult>s.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
Public NotInheritable Class MapBuilder(Of TResult As New)
public static class MapBuilder<TResult>
where TResult : new()
generic<typename TResult>
where TResult : gcnew()
public ref class MapBuilder abstract sealed
JScript does not support generic types or methods.

Type Parameters

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Data.MapBuilder<TResult>

See Also

MapBuilder<TResult> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace

Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContext<TResult>

Microsoft.Practices.EnterpriseLibrary.Data.IRowMapper<TResult>