IMapBuilderContext<TResult> 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 IMapBuilderContext<TResult> : IFluentInterface
'Declaration
Public Interface IMapBuilderContext(Of TResult)
    Inherits IFluentInterface
generic<typename TResult>
public interface class IMapBuilderContext : IFluentInterface

Type Parameters

See Also

IMapBuilderContext<TResult> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace