T
touf
Hi,
What is the difference between theses expresions:
Me.BindingContext(myDataset.tables("myTable")).EndCurrentEdit()
Me.BindingContext(myDataset, "myTable").EndCurrentEdit()
I ask this question because sometime the first one works, and another time
it's the second that works
When do we have to use each one
Thanks
What is the difference between theses expresions:
Me.BindingContext(myDataset.tables("myTable")).EndCurrentEdit()
Me.BindingContext(myDataset, "myTable").EndCurrentEdit()
I ask this question because sometime the first one works, and another time
it's the second that works
When do we have to use each one
Thanks