c# - linq to sql ToList() method value -
When a database does not return the returned rows, I will always find a list item of calculation = 0. Will there be any such case where list = zero?
The list will never be null
LINQ operation is fluent, therefore a list After returning, it can break the chain of operations.
Comments
Post a Comment