예제 #1
0
 public static T AutoMapType <T>(this IDataRecord dr)
 {
     return((T)dr.AutoMapType(typeof(T)));
 }