3 references to Like
System.Data.Entity (3)
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
491
: base(DbExpressionKind.
Like
, booleanResultType)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
374
case DbExpressionKind.
Like
:
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
795
if (e.ExpressionKind == DbExpressionKind.
Like
)