PredicateBuilderTrueT Method Breeze.sharp
Creates a predicate that evaluates to true.

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

public static Expression<Func<T, bool>> True<T>()

Type Parameters

T

Return Value

Type: ExpressionFuncT, Boolean
See Also

Reference