4 references to Scan
System.Data.Entity (4)
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
763
: base(DbExpressionKind.
Scan
, collectionOfEntityType)
System\Data\Mapping\ViewValidator.cs (1)
110
case DbExpressionKind.
Scan
:
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
3055
bool needsJoinContext = (input.Expression.ExpressionKind == DbExpressionKind.
Scan
)
4100
case DbExpressionKind.
Scan
: