1 override of GetRules
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (1)
100protected 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. 115List<DbExpressionRule> currentRules = this.GetRules().ToList(); 119currentRules = this.GetRules().ToList();