Wednesday, 11 September 2013

How to prevent DbSet Results view return all rows in debug

How to prevent DbSet Results view return all rows in debug

When a developer click on the results view in debug, it will return all
rows of the table. How to prevent because it may be a very large table?
Thanks Wilson

No comments:

Post a Comment