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