LinqToSQL2 icon indicating copy to clipboard operation
LinqToSQL2 copied to clipboard

Add Type Converter support to mappings and runtime

Open FransBouma opened this issue 11 years ago • 0 comments

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.)

FransBouma avatar Nov 29 '14 14:11 FransBouma