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