コード例 #1
0
 public static long GetLong(this IDataReader dr, string key, long ifNull = 0)
 {
     return(Mappers.ToLong(dr[key]));
 }