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