IMapBuilderContextMap<TResult, TMember> Interface

A fluent interface that can be used to construct a IRowMapper<TResult>.

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

Syntax

'Declaration
Public Interface IMapBuilderContextMap(Of TResult, TMember) _
    Implements IFluentInterface
public interface IMapBuilderContextMap<TResult, TMember> : IFluentInterface
generic<typename TResult, typename TMember>
public interface class IMapBuilderContextMap : IFluentInterface
JScript does not support generic types or methods.

Type Parameters

  • TResult
    The type for which a IRowMapper<TResult> should be build.
  • TMember
    The type of the member for which a mapping needs to specified.

See Also

IMapBuilderContextMap<TResult, TMember> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace

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