T
trialproduct2004
hi all
I am having application in c# which is using dataview.
my problem is i have one global dataview which i can use through the
application.
I am creating 2 threads in which i am setting rowfilter property of
this global view.
My question is when i am starting 2 threads at the same time then at a
time of setting rowfilter proerty should i have to use synchronization
object on it or it will work properly?
any help will be appreciated.
thanks in advance.
I am having application in c# which is using dataview.
my problem is i have one global dataview which i can use through the
application.
I am creating 2 threads in which i am setting rowfilter property of
this global view.
My question is when i am starting 2 threads at the same time then at a
time of setting rowfilter proerty should i have to use synchronization
object on it or it will work properly?
any help will be appreciated.
thanks in advance.