datatable.compute and CurrentRows

  • Thread starter Thread starter Brian Yuill
  • Start date Start date
B

Brian Yuill

Can I assume that a datatable compute will only be computed on current rows
(DataViewRowState.CurrentRows)
 
Brian said:
Can I assume that a datatable compute will only be computed on
current rows (DataViewRowState.CurrentRows)

MSDN says:
"Computes the given expression on the current rows that pass the filter
criteria."
 

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