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.
|
This is the complete list of members for Microsoft.Practices.EnterpriseLibrary.Data.PropertyMapping, including all inherited members.
ConvertNonNullableValue(object value, Type conversionType) | Microsoft.Practices.EnterpriseLibrary.Data.PropertyMapping | protectedstatic |
ConvertNullableValue(object value, Type conversionType) | Microsoft.Practices.EnterpriseLibrary.Data.PropertyMapping | protectedstatic |
ConvertValue(object value, Type conversionType) | Microsoft.Practices.EnterpriseLibrary.Data.PropertyMapping | protectedstatic |
GetPropertyValue(IDataRecord row) | Microsoft.Practices.EnterpriseLibrary.Data.PropertyMapping | pure virtual |
Map(object instance, IDataRecord row) | Microsoft.Practices.EnterpriseLibrary.Data.PropertyMapping | |
Property | Microsoft.Practices.EnterpriseLibrary.Data.PropertyMapping | |
PropertyMapping(PropertyInfo property) | Microsoft.Practices.EnterpriseLibrary.Data.PropertyMapping | protected |
SetValue(object instance, object value) | Microsoft.Practices.EnterpriseLibrary.Data.PropertyMapping | protected |