Version 1.3 Fixes and Features
Features
- New SetCommand and SetSpCommand methods.
- New Update method.
- Enhancement of the MapTypeAttribute attribute.
- Support for the ISupportInitialize attribute added.
- New IMapSettable interface.
Fixes
- Not this time.
Version 1.2 Fixes and Features
Features
- The MapData class has been moved to the Rsdn.Framework.Data.Mapping namespace and renamed to Map.
- Support for abstract classes added.
- Now it's possible to skip implementation of class properties and define read-only class members.
- New MapTypeAttribute attribute.
- New MapParameterAttribute attribute.
- New MapIgnoreAttribute attribute.
- New MapDescriptor class.
- New IMapObjectFactory interface.
- Enhancement of the MapFieldAttribute attribute use.
- Support for nullable types added.
- Support for the Guid type added.
- Xml schema mapping added.
- New MapXmlAttribute attribute. ... read more
Version 1.1 Fixes and Features
Features
- New DbManager.ExecuteDictionary method. The method executes a query and returns the Hashtable of business entities.
- New MapData.MapDictionary method. The method maps data from/to Hashtable or an object that implements the IDictionary interface.
- Support for IDataReader interface. New overloaded versions of the MapData.MapList
and MapData.MapDictionary methods added to support mapping from/to the IDataReader.
- Enhancement of the MapValueAttribute attribute. Now the attribute can be applied to enumeration values.
- New RsdnDbManagerException and RsdnMapDataException classes. All exceptions thrown by the library or used classes are wrapped in these exception classes and returned as inners.... read more