LINQ:
Is it more efficient to use the Single()
operator over First()
when ever I know for certain that the query will return a single record?
Is there a difference?
LINQ:
Is it more efficient to use the Single()
operator over First()
when ever I know for certain that the query will return a single record?
Is there a difference?