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)

Syntax

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

Type Parameters

See Also

IMapBuilderContext<TResult> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace