public static void SetUdt <T>(this T me, OracleConnection con, IntPtr pUdt)
 {
     GenericMapper <T> .MapFrom(me, con, pUdt);
 }