Search Results

2
votes

.NET Table Adapters: Get vs. Fill?

A particular gotcha of Fill, if the table already contains data is that you could get unique index exceptions when, for example, the query returns a row whose primary key is already in the table. …