5 references to Function
System.Data.Entity (5)
System\Data\Common\CommandTrees\BasicCommandTreeVisitor.cs (1)
60
case DbCommandTreeKind.
Function
:
System\Data\Common\CommandTrees\DbFunctionCommandTree.cs (1)
92
get { return DbCommandTreeKind.
Function
; }
System\Data\EntityClient\EntityCommandDefinition.cs (1)
91
Debug.Assert(DbCommandTreeKind.
Function
== commandTree.CommandTreeKind, "only query and function command trees are supported");
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
430
case DbCommandTreeKind.
Function
:
System\Data\SqlClient\SqlProviderServices.cs (1)
106
if (commandTree.CommandTreeKind == DbCommandTreeKind.
Function
) {