G
Guest
good morning.
I'm writing from Italy, and I have this question:
if i have a dataset, i write:
ds.Tables[0].Rows.Remove(ds.Tables[0].Rows[0]);
ds.AcceptChanges();
why HasChanges() is false and GetChanges() doesn't return anything?
thanks
Good Bye
Francesco Sangiuseppe.
I'm writing from Italy, and I have this question:
if i have a dataset, i write:
ds.Tables[0].Rows.Remove(ds.Tables[0].Rows[0]);
ds.AcceptChanges();
why HasChanges() is false and GetChanges() doesn't return anything?
thanks
Good Bye
Francesco Sangiuseppe.