IRowMapper<TResult> Interface

Represents the operation of mapping a IDataRecord to TResult.

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

Syntax

'Declaration
Public Interface IRowMapper(Of TResult)
public interface IRowMapper<TResult>
generic<typename TResult>
public interface class IRowMapper
JScript does not support generic types or methods.

Type Parameters

  • TResult
    The type this row mapper will be mapping to.

See Also

IRowMapper<TResult> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace

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