Share via


IResultSetMapper<TResult> Interface

Represents the operation of mapping a IDataReader to an enumerable of TResult.

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

Syntax

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

Type Parameters

  • TResult
    The element type this result set mapper will be mapping to.

See Also

IResultSetMapper<TResult> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace