Home All Groups Group Topic Archive Search About

Typed Datset Inheritance byapss

Author
9 Nov 2005 1:59 PM
zaflap
Hello,

I have a case in which i have few data entities which all have common
properties.
I'm using typed dataset to implement the entities .
I've created one main typed datset and created few other typed datasets
which all have the main typed dataset as a public member.

that worked and i could reach the unified data model in all my typed
dataset and by that by pass the inheritance issue.
I could not though reach the properties in design time.

than i've changed the member to be private. i exposed all the private
type dataset tables as public properties (Get only).

I tried to get a design time access (using winform form designer) to
the member data tables through the properties. (added datasets-> typed
-> referenced -> ..)
the visual studio (2.0 beta and 2.0 RTM) keeps crashing and shutting
down.

my purposes are two:
1. get the required access in winform design time environment - what am
i missing ?
2. see the unified tables (member+ original) in the dataset designer.
(I fill this one is more hopeless..)  :)

does any one has any ideas?

Thanks.

zaflap

AddThis Social Bookmark Button