1 override of TryProcess
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (1)
45
internal override bool
TryProcess
(DbExpression expression, out DbExpression result)
5 references to TryProcess
System.Data.Entity (5)
System\Data\Common\CommandTrees\Internal\DbExpressionRules.cs (4)
49
/// Indicates whether <see cref="
TryProcess
"/> should be called on the specified argument expression.
52
/// <returns><c>true</c> if the rule can attempt processing of the expression via the <see cref="
TryProcess
"/> method; otherwise <c>false</c></returns>
64
/// Indicates what action - as a <see cref="ProcessedAction"/> value - the rule processor should take if <see cref="
TryProcess
"/> returns true.
92
if (currentRule.
TryProcess
(expression, out result))
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (1)
24
/// <see cref="DbExpressionRule.
TryProcess
"/>. The 'processor' should return <c>null</c> to indicate that the expression was not