Linq defers the execution of a query until either of the following is encountered:
- .ToList()
- foreach
No comments:
Post a Comment