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.
Fixes
- An exception occurs when attempting to add the DbManager to a form.