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

Syntax

public interface IRowMapper<TResult>
'Declaration
Public Interface IRowMapper(Of TResult)
generic<typename TResult>
public interface class IRowMapper

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>