Method ElseIf
ElseIf(Expression<Func<TContext, bool>>, Expression<Func<TContext, T>>)
Declaration
IConditionalRuleBuilderPhase1<T, TContext> ElseIf(Expression<Func<TContext, bool>> conditionalExpression, Expression<Func<TContext, T>> targetExpression)
Parameters
| Type | Name | Description |
|---|---|---|
| Expression<Func<TContext, bool>> | conditionalExpression | |
| Expression<Func<TContext, T>> | targetExpression |
Returns
| Type | Description |
|---|---|
| IConditionalRuleBuilderPhase1<T, TContext> |