Add the ability to specify a TypeConverter derived class for a mapping to be used at runtime to convert values from/to different types when reading from /writing to the DB. Supply default system type converters to make it easier to specify conversions (e.g. to convert from guid to string, "Y/N" to bool etc.)
Add the ability to specify a TypeConverter derived class for a mapping to be used at runtime to convert values from/to different types when reading from /writing to the DB. Supply default system type converters to make it easier to specify conversions (e.g. to convert from guid to string, "Y/N" to bool etc.)