10 references to Or
System.Data.Entity (10)
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (2)
137
/// Constructs a new pattern that is matched if either <paramref name="pattern1"/> or <paramref name="pattern2"/> are matched. Does NOT return a pattern that matches <see cref="DbOrExpression"/>. Use <see cref="MatchKind"/> with an argument of <see cref="DbExpressionKind.
Or
"/> to match an OR expression
145
/// Constructs a new pattern that is matched if either <paramref name="pattern1"/>, <paramref name="pattern2"/> or <paramref name="pattern3"/> are matched. Does NOT return a pattern that matches <see cref="DbOrExpression"/>. Use <see cref="MatchKind"/> with an argument of <see cref="DbExpressionKind.
Or
"/> to match an OR expression
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (3)
343
Patterns.MatchKind(DbExpressionKind.
Or
)
364
Patterns.MatchKind(DbExpressionKind.
Or
)
768
exp => (exp.ExpressionKind != DbExpressionKind.
Or
),
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
60
: base(DbExpressionKind.
Or
, booleanResultType, left, right)
System\Data\Mapping\ViewValidator.cs (1)
96
case DbExpressionKind.
Or
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
372
case DbExpressionKind.
Or
:
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
2178
case DbExpressionKind.
Or
:
2746
if(kind != DbExpressionKind.
Or
&&