コード例 #1
0
 public static void GetUdt <T>(this T me, OracleConnection con, IntPtr pUdt)
 {
     GenericMapper <T> .MapTo(me, con, pUdt);
 }