MapBuilder<TResult> Members

Include Protected Members
Include Inherited Members

The MapBuilder<TResult> type exposes the following members.

Methods

  Name Description
Public methodStatic member BuildAllProperties
Returns a IRowMapper<TResult> that maps all properties for TResult based on name.
Public methodStatic member 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.
Public methodStatic member MapNoProperties
Returns a IMapBuilderContext<TResult> that can be used to build a IRowMapper<TResult>. The IMapBuilderContext<TResult> has no mappings to start out with.

See Also

MapBuilder<TResult> Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace