When using the VS Wizards to create a DataSet I select tables. Then, I use
the TableAdapter Configuration Wizard to modify the underlying queries that
retreive the data. What I'm wonder is, does this TableAdapter work in the
same manner as a SQL Server Stored Procedure or View? Or, does it work like
MS Access where it pulls all the data over and then filters it?
Or, should I be making my data sources for the TableAdapters stored
procedures and Views instead?
Thank You,
Greg Setnes
the TableAdapter Configuration Wizard to modify the underlying queries that
retreive the data. What I'm wonder is, does this TableAdapter work in the
same manner as a SQL Server Stored Procedure or View? Or, does it work like
MS Access where it pulls all the data over and then filters it?
Or, should I be making my data sources for the TableAdapters stored
procedures and Views instead?
Thank You,
Greg Setnes
Comment