M
Marco Wolff
Hi,
i'm updating some sources from .NET 1.0 to .NET 2.0 and some very strange
things happen, for example:
DataSet1.Tables["Customers"].ChildRelations[0].ChildColumns[0] =
DataSet1.Tables["Orders"].Columns["test"];
In .NET 1.0 "DataSet1.Tables["Customers"].ChildRelations[0].ChildColumns[0]"
is always "Columns["test"]". But now, nothing happens, the ChildColumns (on
the left side) are always stays the same, no Exception nothing.
For me this is very critical stand, because nothing happens and no Exception
is throwing.
Please help.
Marco
i'm updating some sources from .NET 1.0 to .NET 2.0 and some very strange
things happen, for example:
DataSet1.Tables["Customers"].ChildRelations[0].ChildColumns[0] =
DataSet1.Tables["Orders"].Columns["test"];
In .NET 1.0 "DataSet1.Tables["Customers"].ChildRelations[0].ChildColumns[0]"
is always "Columns["test"]". But now, nothing happens, the ChildColumns (on
the left side) are always stays the same, no Exception nothing.
For me this is very critical stand, because nothing happens and no Exception
is throwing.
Please help.
Marco