IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : QueryableExtensions Class |
The following tables list the members exposed by QueryableExtensions.
Name | Description | |
---|---|---|
![]() ![]() | All | Determines whether all the elements of a sequence satisfy a condition. |
![]() ![]() | Any | Overloaded. Determines whether a sequence contains any elements. |
![]() ![]() | Contains | Determines whether a sequence contains a specified element by using the default equality comparer. |
![]() ![]() | Count | Overloaded. Returns the number of elements in a sequence. |
![]() ![]() | Distinct | Returns distinct elements from a sequence by using the default equality comparer to compare values. |
![]() | Equals | (Inherited from object) |
![]() ![]() | FirstOrDefault | Returns the first element of a sequence, or the default value (usually null) if not found. |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() ![]() | GroupBy | Overloaded. Groups the elements of a sequence according to a specified key selector projection. |
![]() ![]() | OrderBySelector | Overloaded. Sorts the elements of a sequence according to an IdeaBlade.Core.ISortSelector. Sorts on multiple properties are supported. |
![]() ![]() | Select | Overloaded. Projects each element of a sequence into a new form. |
![]() ![]() | SelectMany | Overloaded. Projects each element of a sequence to an System.Collections.Generic.IQueryable{T} and combines the resulting sequences into one sequence. |
![]() ![]() | Skip | Bypasses a specified number of elements in a sequence and then returns the remaining elements. |
![]() ![]() | Take | Returns a specified number of contiguous elements from the start of a sequence. |
![]() ![]() | ThenBySelector<TSource> | Sorts the elements of a sequence according to a SortSelector. Sorts on multiple properties are supported. |
![]() | ToString | (Inherited from object) |
![]() ![]() | Where | Overloaded. Filters a sequence of values based on a PredicateDescription. Loosely typed version. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |