MapBuilder<TResult> Members

Include Protected Members
Include Inherited Members

The MapBuilder<TResult> type exposes the following members.

Methods

  Name Description
Ff671866.pubmethod(en-us,PandP.50).gifFf671866.static(en-us,PandP.50).gif BuildAllProperties
Returns a IRowMapper<TResult> that maps all properties for TResult based on name.
Ff671866.pubmethod(en-us,PandP.50).gifFf671866.static(en-us,PandP.50).gif 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.
Ff671866.pubmethod(en-us,PandP.50).gifFf671866.static(en-us,PandP.50).gif 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