Relations Not Created in Typed Dataset

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
 
T

TJO

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top