Relations Not Created in Typed Dataset

  • Thread starter Thread starter TJO
  • Start date Start date
T

TJO

Can anyone tell me why my datarelations are not showing up at run time when
I instantiate a Typed dataset that I created in the Visual Studio 2003
visual designer? I have dragged two table on to the designere and created a
relation between the two tables and generated a typed dataset. At run time,
I am instantiating my typed dataset and populating a datagrid with it but no
relations are present. What am i missing? Do I have to re-create and apply
my relations at run time???

Thanks
 
Why is this by design!? What is the point of a visual designer then?


Miha Markic said:
Hi TJO,

This is by design.
You'll have to create them manually.
Another way of creating strong typed datasets:
http://www.rthand.com/default.aspx?Page=2&SubPage=1#5

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

TJO said:
Can anyone tell me why my datarelations are not showing up at run time when
I instantiate a Typed dataset that I created in the Visual Studio 2003
visual designer? I have dragged two table on to the designere and
created
a
relation between the two tables and generated a typed dataset. At run time,
I am instantiating my typed dataset and populating a datagrid with it
but
no
relations are present. What am i missing? Do I have to re-create and apply
my relations at run time???

Thanks
 
Back
Top