MapBuilder<TResult> Class

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) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public static class MapBuilder<TResult>
where TResult : new()
'Declaration
Public NotInheritable Class MapBuilder(Of TResult As New)
generic<typename TResult>
where TResult : gcnew()
public ref class MapBuilder abstract sealed

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>