1 override of GetRules
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (1)
100
protected override IEnumerable<DbExpressionRule>
GetRules
()
3 references to GetRules
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\DbExpressionRules.cs (3)
71
/// This class encapsulates the rule application logic that applies regardless of how the ruleset - modelled as the abstract <see cref="
GetRules
"/> method - is provided.
115
List<DbExpressionRule> currentRules = this.
GetRules
().ToList();
119
currentRules = this.
GetRules
().ToList();