2 references to Exists
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
1949
return DbExpressionBuilder.
Exists
(source);
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2286
return sourceBinding.Filter(parent.CreateEqualsExpression(sourceBinding.Variable, value, pattern, sourceArgumentType, valueExpression.Type)).
Exists
();