Enterprise Library Data Access Application Block
7.0-rc1
The Data Access Application Block abstracts the actual database you are using, and exposes a collection of methods that make it easy to access that database and to perform common tasks.
|
Static entry point for the IMapBuilderContext<TResult> interface, which allows to build reflection-based IRowMapper<TResult>s. More...
Static Public Member Functions | |
static IRowMapper< TResult > | BuildAllProperties () |
Returns a IRowMapper<TResult> that maps all properties for TResult based on name. More... | |
static IMapBuilderContext< TResult > | MapAllProperties () |
Returns a IMapBuilderContext<TResult> that can be used to build a IRowMapper<TResult>. The IMapBuilderContext<TResult> has a mapping set up for all properties of TResult based on name. More... | |
static IMapBuilderContext< TResult > | MapNoProperties () |
Returns a IMapBuilderContext<TResult> that can be used to build a IRowMapper<TResult>. The IMapBuilderContext<TResult> has no mappings to start out with. More... | |
Static entry point for the IMapBuilderContext<TResult> interface, which allows to build reflection-based IRowMapper<TResult>s.
TResult | The type for which a IRowMapper<TResult> should be build. |
TResult | : | new() |
|
static |
Returns a IRowMapper<TResult> that maps all properties for TResult based on name.
|
static |
Returns a IMapBuilderContext<TResult> that can be used to build a IRowMapper<TResult>. The IMapBuilderContext<TResult> has a mapping set up for all properties of TResult based on name.
|
static |
Returns a IMapBuilderContext<TResult> that can be used to build a IRowMapper<TResult>. The IMapBuilderContext<TResult> has no mappings to start out with.