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?
 
Back
Top