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."
 
Back
Top