| QueryableExIf Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | IfTResult(FuncBoolean, IEnumerableTResult) | |
|   | IfTResult(FuncBoolean, IEnumerableTResult, IEnumerableTResult) | |
|   | IfTResult(IQueryProvider, ExpressionFuncBoolean, IEnumerableTResult) | 
            Returns an enumerable sequence if the evaluation result of the given condition is true, otherwise returns an empty sequence.
             | 
|   | IfTResult(IQueryProvider, ExpressionFuncBoolean, IEnumerableTResult, IEnumerableTResult) | 
            Returns an enumerable sequence based on the evaluation result of the given condition.
             | 
 See Also
See Also