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