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

Syntax

public interface IMapBuilderContextMap<TResult, TMember> : IFluentInterface
'Declaration
Public Interface IMapBuilderContextMap(Of TResult, TMember)
    Inherits IFluentInterface
generic<typename TResult, typename TMember>
public interface class IMapBuilderContextMap : IFluentInterface

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>