G
Guest
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 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