6 references to Function
System.Data.Entity (6)
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
279
: base(DbExpressionKind.
Function
, resultType)
System\Data\Mapping\ViewValidator.cs (1)
115
case DbExpressionKind.
Function
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
401
case DbExpressionKind.
Function
:
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (1)
806
if (instanceExpression.ExpressionKind != DbExpressionKind.
Function
)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
824
if (expr.ExpressionKind == DbExpressionKind.
Function
)
4200
case DbExpressionKind.
Function
: