G
Guest
After the VS 2003 creates a strongly typed DataSet object that contains a
couple of tables and serveral many-to-may data relations among all the
tables, and the data got populated, I am wonder how the DataRelation object
of the DataSet object is updated when some new rows are added to some of the
tables. Do I have to update the relation of the added rows or in somewhere
the relations are added automatically? Can someone explain this for me or
point me to some resources?
Thanks a lots.
couple of tables and serveral many-to-may data relations among all the
tables, and the data got populated, I am wonder how the DataRelation object
of the DataSet object is updated when some new rows are added to some of the
tables. Do I have to update the relation of the added rows or in somewhere
the relations are added automatically? Can someone explain this for me or
point me to some resources?
Thanks a lots.