IdeaBlade DevForce 2010 Help Reference
IdeaBlade.Linq Namespace
See Also  Inheritance Hierarchy Send Feedback
IdeaBlade.Linq Assembly : IdeaBlade.Linq Namespace

Classes

 ClassDescription
ClassAnonymousProjectionSelector Provides the means to dynamically construct an anonymous projection.
ClassCompositePredicateDescription Represents the conditional And/Or of two dynamically built predicate clauses.
ClassCompositePropertySelector Base class for PropertySortSelector and PropertyProjectionSelector
ClassCompositeSortSelector A collection of SortSelectors providing for dynamic construction of OrderBy clauses.
ClassDynamicQueryExtensions Static class providing extension methods for dynamic query building.
ClassExpressionVisitor Base expression visitor implementation.
ClassMemberSelector Allows dynamic construction of a LINQ Property expression i.e. Expression{Func{T}}"/>.
ClassMemberSelectorExtensions Static extension methods for the MemberSelector.
ClassPredicateBuilder Contains helper and extension methods to dynamically compose expression predicates.
ClassPredicateDescription Represents a dynamically built predicate.
ClassProjectionSelector Provides the means to dynamically construct a "Select", 'SelectMany" or "GroupBy" projection.
ClassPropertyProjectionSelector Obsolete. Provides the means to dynamically construct a "Select", 'SelectMany" or "GroupBy" projection.
ClassPropertySelector Allows dynamic construction of a LINQ Property expression i.e. Expression{Func{T}}"/>.
ClassPropertySortSelector Obsolete. Allows dynamic construction of a LINQ OrderBy or OrderByDescending expression. Use SortSelector instead.
ClassQueryableExtensions Static extensions methods providing LINQ methods to dynamically built queries.
ClassSelectorCollection<T,U> Base class for CompositeSortSelector and AnonymousProjectionSelector.
ClassSortSelector Allows dynamic construction of LINQ OrderBy, OrderByDescending, ThenBy and ThenByDescending expressions.

Enumerations

 EnumerationDescription
EnumerationFilterOperator Represents the filter operator in a PredicateDescription.
EnumerationIgnoreCaseOption Whether to force operands to lower or upper case when performing a case insensitive string comparison.

See Also

© 2013 All Rights Reserved.