Using Generic Types in iBatis.net maps
Recently found how to use Generics inside iBatis maps, which avoids the need for a lot of pointless criteria/data object classes and structs.
The trick is how to reference the type in the alias, any reference to a System class should use “mscorlib”.
Examples below:
KeyValuePair<string,string>