Almost 1 year later I have found the answer for my question.
Sorry Allen, but I can't confirm your findings.
There are 2 aspects of loading data:
- 1. Loading data from database into dataset table and as a result into C1DataSetView Table and
- 2. "Loading" or rather selecting data into C1DataSetView View.
You gave me an answer for the second one.
My original question was about loading selective rows from database.
I don't want to load millions of rows of data when I need only just few.
I'm afraid this issue has been overlooked in the design of this component.
You may test my statement debugging ViewSet_Define_Fill_Update.sln to see that filter set on C1DataSetView.View affects only particular C1DataSetView.View and not underlying C1DataSetView.Table.