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