예제 #1
0
 public bool HasPredicate(Type entityType)
 {
     return(EntityFilter.ContainsKey(entityType) || QueryFilter.ContainsKey(entityType));
 }