A Anonymous Jun 7, 2007 #1 Is it possible to get DataRelation-objects created automatically in a DataSet, based on foreign key constrains in the database?
Is it possible to get DataRelation-objects created automatically in a DataSet, based on foreign key constrains in the database?
M Miha Markic Jun 8, 2007 #2 At runtime or design time? Nevermind, the answer to both questions is no, at least with standard tools. You can create them at runtime by querying the database though, see http://msdn2.microsoft.com/en-us/library/kcax58fh(VS.80).aspx
At runtime or design time? Nevermind, the answer to both questions is no, at least with standard tools. You can create them at runtime by querying the database though, see http://msdn2.microsoft.com/en-us/library/kcax58fh(VS.80).aspx