Exemplo n.º 1
0
 public static string PairModel(this DataTable dt)
 {
     using (PairCollection pc = new PairCollection(dt)) return(pc.Serialize());
 }