Click or drag to resize
QueryableExIf Method
Overload List
  NameDescription
Public methodStatic memberIfTResult(FuncBoolean, IEnumerableTResult)
Public methodStatic memberIfTResult(FuncBoolean, IEnumerableTResult, IEnumerableTResult)
Public methodStatic memberIfTResult(IQueryProvider, ExpressionFuncBoolean, IEnumerableTResult)
Returns an enumerable sequence if the evaluation result of the given condition is true, otherwise returns an empty sequence.
Public methodStatic memberIfTResult(IQueryProvider, ExpressionFuncBoolean, IEnumerableTResult, IEnumerableTResult)
Returns an enumerable sequence based on the evaluation result of the given condition.
Top
See Also