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.
Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContextTest< TResult > Member List

This is the complete list of members for Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContextTest< TResult >, including all inherited members.

Build()Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContext< TResult >
DoNotMap(PropertyInfo property)Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContext< TResult >
DoNotMap< TMember >(Expression< Func< TResult, TMember >> propertySelector)Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContext< TResult >
GetPropertyMappings()Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContextTest< TResult >
Map(PropertyInfo property)Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContext< TResult >
Map< TMember >(Expression< Func< TResult, TMember >> propertySelector)Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContext< TResult >
MapByName(PropertyInfo property)Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContext< TResult >
MapByName< TMember >(Expression< Func< TResult, TMember >> propertySelector)Microsoft.Practices.EnterpriseLibrary.Data.IMapBuilderContext< TResult >