Dataview small Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mat

    #1

    Dataview small Question

    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?


  • William Ryan  eMVP

    #2
    Re: Dataview small Question

    It will appear automatically.

    --
    W.G. Ryan MVP Windows - Embedded




    "Mat" <replytogroup@f uckSpam.COM> wrote in message
    news:u4MbfE0REH A.2876@TK2MSFTN GP09.phx.gbl...[color=blue]
    > I create a dataview on table. the dataview filter rows, which ID is[/color]
    between[color=blue]
    > 1 and 10.
    >
    > What happens if i add a new row with ID= 5 to table after rowfilter[/color]
    method[color=blue]
    > 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?
    >
    >[/color]


    Comment

    Working...