DataSet ds = new DataSet();ds.Dispose ();
using (DataSet dss = new DataSet()) { ds.Tables[0].Rows[0][0] = "veera"; }