|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Is it possible to add DataRelation on Individual tables?Hello
I have two tables that do not belong to DataSet. They are individual. Is it posible to create DataRelation Or ForeignKey in this situation? I tried but on: childTable.ParentRelation.Add(dataRelation) got Null Exception. Thanks Milan I found that is not possible.
Tables must belong to DataSet Show quote "MilanB" wrote: > Hello > I have two tables that do not belong to DataSet. They are individual. > Is it posible to create DataRelation Or ForeignKey in this situation? > I tried but on: > > childTable.ParentRelation.Add(dataRelation) > > got Null Exception. > > Thanks > Milan |
|||||||||||||||||||||||