Inheritance: NegatableFragment
Ejemplo n.º 1
0
        public override SqlFragment Visit(DbIsEmptyExpression expression)
        {
            ExistsFragment f = new ExistsFragment(expression.Argument.Accept(this));

            f.Negate();
            return(f);
        }
 public void Visit(ExistsFragment f)
 {
 }
Ejemplo n.º 3
0
 public void Visit(ExistsFragment f)
 {
 }