IdeaBlade.EntityModel.Compat Assembly > IdeaBlade.EntityModel.Compat Namespace : EntityScalarQueryAsyncExtensions Class |
The following tables list the members exposed by EntityScalarQueryAsyncExtensions.
Name | Description | |
---|---|---|
![]() ![]() | All | Overloaded. Determines whether all the elements of a sequence satisfy a condition. |
![]() ![]() | Any | Overloaded. Determines whether a sequence contains any elements. |
![]() ![]() | 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. |
![]() ![]() | Count | Overloaded. Returns the number of elements in a sequence. |
![]() | Equals | (Inherited from object) |
![]() ![]() | 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. |
![]() ![]() | FirstOrNullEntity | Overloaded. Returns the first element in the sequence, or the appropriate NullEntity if the sequence contains no elements. |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() ![]() | LongCount | Overloaded. Returns an Int64 that represents the total number of elements in a sequence. |
![]() ![]() | Max | Overloaded. Returns the maximum value of items in the sequence. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | SingleOrNullEntity | Overloaded. Returns the only element of a sequence, or the appropriate NullEntity 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. |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |