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