コード例 #1
0
 public static int GetInt(this IDataReader dr, string key)
 {
     return(Mappers.ToInt(dr[key]));
 }