ReflectionRowMapper<TResult> Class

An implementation of IRowMapper<TResult> that uses reflection to convert data rows to TResult. Instances of this class can be build using the MapBuilder<TResult> API.

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 class ReflectionRowMapper<TResult> : IRowMapper<TResult>
where TResult : new()
'Declaration
Public Class ReflectionRowMapper(Of TResult As New)
    Implements IRowMapper(Of TResult)
generic<typename TResult>
where TResult : gcnew()
public ref class ReflectionRowMapper : IRowMapper<TResult>

Type Parameters

Inheritance Hierarchy

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

See Also

ReflectionRowMapper<TResult> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace

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