IdeaBlade DevForce 2010 Help Reference
QueryableExtensions Class Members
See Also  Methods  Send Feedback
IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : QueryableExtensions Class


The following tables list the members exposed by QueryableExtensions.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)All Determines whether all the elements of a sequence satisfy a condition.  
Public Methodstatic (Shared in Visual Basic)AnyOverloaded.  Determines whether a sequence contains any elements.  
Public Methodstatic (Shared in Visual Basic)Contains Determines whether a sequence contains a specified element by using the default equality comparer.  
Public Methodstatic (Shared in Visual Basic)CountOverloaded.  Returns the number of elements in a sequence.  
Public Methodstatic (Shared in Visual Basic)Distinct Returns distinct elements from a sequence by using the default equality comparer to compare values.  
Public MethodEquals (Inherited from object)
Public Methodstatic (Shared in Visual Basic)FirstOrDefault Returns the first element of a sequence, or the default value (usually null) if not found.  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public Methodstatic (Shared in Visual Basic)GroupByOverloaded.  Groups the elements of a sequence according to a specified key selector projection.  
Public Methodstatic (Shared in Visual Basic)OrderBySelectorOverloaded. Sorts the elements of a sequence according to an IdeaBlade.Core.ISortSelector. Sorts on multiple properties are supported.  
Public Methodstatic (Shared in Visual Basic)SelectOverloaded.  Projects each element of a sequence into a new form.  
Public Methodstatic (Shared in Visual Basic)SelectManyOverloaded.  Projects each element of a sequence to an System.Collections.Generic.IQueryable{T} and combines the resulting sequences into one sequence.  
Public Methodstatic (Shared in Visual Basic)Skip Bypasses a specified number of elements in a sequence and then returns the remaining elements.  
Public Methodstatic (Shared in Visual Basic)Take Returns a specified number of contiguous elements from the start of a sequence.  
Public Methodstatic (Shared in Visual Basic)ThenBySelector<TSource>Sorts the elements of a sequence according to a SortSelector. Sorts on multiple properties are supported.  
Public MethodToString (Inherited from object)
Public Methodstatic (Shared in Visual Basic)WhereOverloaded. Filters a sequence of values based on a PredicateDescription. Loosely typed version.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.