| Name | Description |
 | All | Overloaded.
Determines whether all the elements of a sequence satisfy a condition.
|
 | All | Overloaded.
Determines whether all the elements of a sequence satisfy a condition.
|
 | Any | Overloaded.
Determines whether a sequence contains any elements.
|
 | Any | Overloaded.
Determines whether a sequence contains any elements.
|
 | Average | Overloaded.
Computes the average of a sequence of numeric values.
|
 | Average | Overloaded.
Computes the average of a sequence of numeric values.
|
 | Contains | Overloaded.
Determines whether a sequence contains any elements that match the specified element.
|
 | Contains | Overloaded.
Determines whether a sequence contains any elements that match the specified element.
|
 | Count | Overloaded.
Returns the number of elements in a sequence.
|
 | Count | Overloaded.
Returns the number of elements in a sequence.
|
 | Execute | Overloaded.
Execute the query and return untyped results.
|
 | ExecuteAsync | Overloaded.
Execute the query asynchronously.
|
 | ExecuteAsync | Overloaded.
Execute the query asynchronously.
|
 | First | Overloaded.
Returns the first element in the sequence.
|
 | First | Overloaded.
Returns the first element in the sequence.
|
 | FirstOrDefault | Overloaded.
Returns the first element in the sequence or a default value if the sequence contains no elements.
|
 | FirstOrDefault | Overloaded.
Returns the first element in the sequence or a default value if the sequence contains no elements.
|
 | FirstOrNullEntity | Overloaded.
Executes the query and returns the first element of the sequence, or the appropriate NullEntity if no element is found.
|
 | FirstOrNullEntity | Overloaded.
Returns the first element in the sequence, or the appropriate NullEntity if the sequence contains no elements.
|
 | FirstOrNullEntity | Overloaded.
Returns the first element in the sequence, or the appropriate NullEntity if the sequence contains no elements.
|
 | GetReferencedEntityTypes |
Returns a list of all entity types referenced by the query.
|
 | Max | Overloaded.
Returns the maximum value of items in the sequence.
|
 | Max | Overloaded.
Returns the maximum value of items in the sequence.
|
 | Min | Overloaded.
Invokes a projection function on each element of the sequence and returns the minimum resulting value.
|
 | Min | Overloaded.
Returns the minimum value of items in the sequence.
|
 | Single | Overloaded.
Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.
|
 | Single | Overloaded.
Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.
|
 | SingleOrDefault | Overloaded.
Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.
|
 | SingleOrDefault | Overloaded.
Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.
|
 | Sum | Overloaded.
Computes the sum of a sequence of numeric values.
|
 | Sum | Overloaded.
Computes the sum of a sequence of numeric values.
|