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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top