Typed Dataset fails to be Cloned if has expressions with "Parent"

Joined
Aug 31, 2005
Messages
1
Reaction score
0
I created new Dataset with VS 2005. It has two datatables with relation between them. One table has column with expression to other table ("Parent(relation_name).column_name"). When i try to create a copy of this dataset by executing "clone" function i get exception on this relation,because it does not exist.

May be someone knows a workaround for this problem?
 

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