views:

23

answers:

0

I have a FormView and a LinqDataSource connected to a single table. When entering Insert mode, the FormView calls LinqDataSource.Select method generating an inefficent "SELECT * FROM mytable" query that returns all rows. Is this the expected behavior?

Thanks!

related questions