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