MapBuilder<TResult> Members
Include Protected Members
Include Inherited Members
The MapBuilder<TResult> type exposes the following members.
Methods
Name | Description | |
---|---|---|
BuildAllProperties |
Returns a IRowMapper<TResult> that maps all properties for TResult based on name.
|
|
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.
|
|
MapNoProperties |
Returns a IMapBuilderContext<TResult> that can be used to build a IRowMapper<TResult>. The IMapBuilderContext<TResult> has no mappings to start out with.
|