Exemplo n.º 1
0
 public static System.Data.DataRow[] GetDefaultRows(this System.Data.DataSet ds)
 {
     return(ds.GetRows(0));
 }