コード例 #1
0
 public static T GetValue <T>(this IDataReader dr, string key)
 {
     return(Mappers.ToVal <T>(dr[key]));
 }