DataRelations?

  • Thread starter Thread starter Mervin Williams
  • Start date Start date
M

Mervin Williams

Will a filter on the parent table in a DataRelation propagate the child in
the relation?
 
Hi Mervin,

Any sort of filter of the data in a datatable is basically a different view
of the same rows. It does not affect any children. But when you select
specific rows in a parent datatable, then you could get related children
only for those rows
 

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