Find parent rows in Dataview

  • Thread starter Thread starter Armando Ruiz
  • Start date Start date
A

Armando Ruiz

Hello Group

I've a Dataset with 3 tables and their relations (ej. Customers, Ordes,
Invoices)

How can I find the parent row, when I'm searching by and order or invoice
number?

Thanks in advance.

Armando
 
Hi Armando,

If you have an instance of child row, you might use DataRow.GetParentRow
method.
 
Back
Top