S
sandman
I'm trying to filter the data as I load a dataset, so I
set the RowFilter property of the DataTable's
DefaultView. But the dataset still contains all of the
records. Is the row filter (and dataviews) meant to be
used only for accessing data rather than loading the
dataset? Maybe I'm using it wrong. Why else would it load
the entire table? Do I have to actually change the
SelectCommand in the DataAdapter in order to limit what
gets loaded in DataSet?
set the RowFilter property of the DataTable's
DefaultView. But the dataset still contains all of the
records. Is the row filter (and dataviews) meant to be
used only for accessing data rather than loading the
dataset? Maybe I'm using it wrong. Why else would it load
the entire table? Do I have to actually change the
SelectCommand in the DataAdapter in order to limit what
gets loaded in DataSet?