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)

Syntax

'Declaration
Public Class ReflectionRowMapper(Of TResult As New) _
    Implements IRowMapper(Of TResult)
public class ReflectionRowMapper<TResult> : IRowMapper<TResult>
where TResult : new()
generic<typename TResult>
where TResult : gcnew()
public ref class ReflectionRowMapper : IRowMapper<TResult>
JScript does not support generic types or methods.

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>