Is it possible to add DataRelation on Individual tables?

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top