Dataview small Question

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

I create a dataview on table. the dataview filter rows, which ID is between
1 and 10.

What happens if i add a new row with ID= 5 to table after rowfilter method
is called?

Will this row be in my dataview automatically or i have to call rowfilter
again in order that new row be in my dataview?
 
Back
Top