The value that results from executing the specified query.
The IQueryProvider.Execute(System.Linq.Expressions.Expression) method executes queries that return a single value (instead of an enumerable sequence of values). Expression trees that represent queries that return enumerable results are executed when their associated System.Linq.IQueryable object is enumerated.