DevForce Help Reference
IdeaBlade.Linq Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassAnonymousProjectionSelector Provides the means to dynamically construct an anonymous projection.
ClassCompositePredicateDescription Represents the conditional And/Or of two dynamically built predicate clauses.
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.
ClassPropertySelector Allows dynamic construction of a LINQ Property expression i.e. Expression{Func{T}}"/>.
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

Reference

IdeaBlade.Linq Assembly

Send Feedback