PredicateBuilder Class Breeze.sharp
Enables the efficient, dynamic composition of query predicates. From: http://petemontgomery.wordpress.com/2011/02/10/a-universal-predicatebuilder/ with minor mods.
Inheritance Hierarchy

SystemObject
  Breeze.Sharp.CorePredicateBuilder

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static class PredicateBuilder

The PredicateBuilder type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAndT
Combines the first predicate with the second using the logical "and".
Public methodStatic memberCreateT
Creates a predicate expression from the specified lambda expression.
Public methodStatic memberFalseT
Creates a predicate that evaluates to false.
Public methodStatic memberNotT
Negates the predicate.
Public methodStatic memberOrT
Combines the first predicate with the second using the logical "or".
Public methodStatic memberTrueT
Creates a predicate that evaluates to true.
Top
See Also

Reference