3 instantiations of DbFunctionCommandTree
System.Data.Entity (3)
System\Data\EntityClient\EntityCommand.cs (1)
612
resultTree = new
DbFunctionCommandTree
(this.Connection.GetMetadataWorkspace(), DataSpace.CSpace, function, null, queryParams);
System\Data\EntityClient\EntityCommandDefinition.cs (1)
113
DbFunctionCommandTree providerCommandTree = new
DbFunctionCommandTree
(entityCommandTree.MetadataWorkspace, DataSpace.SSpace,
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
706
DbFunctionCommandTree tree = new
DbFunctionCommandTree
(m_metadataWorkspace, DataSpace.SSpace,
11 references to DbFunctionCommandTree
System.Data.Entity (11)
System\Data\Common\CommandTrees\BasicCommandTreeVisitor.cs (2)
61
this.VisitFunctionCommandTree((
DbFunctionCommandTree
)commandTree);
93
protected virtual void VisitFunctionCommandTree(
DbFunctionCommandTree
functionTree)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
72
internal string Print(
DbFunctionCommandTree
tree)
System\Data\EntityClient\EntityCommandDefinition.cs (4)
92
DbFunctionCommandTree
entityCommandTree = (
DbFunctionCommandTree
)commandTree;
113
DbFunctionCommandTree
providerCommandTree = new DbFunctionCommandTree(entityCommandTree.MetadataWorkspace, DataSpace.SSpace,
241
private static FunctionImportMappingNonComposable GetTargetFunctionMapping(
DbFunctionCommandTree
functionCommandTree)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
706
DbFunctionCommandTree
tree = new DbFunctionCommandTree(m_metadataWorkspace, DataSpace.SSpace,
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
432
return GenerateFunctionSql((
DbFunctionCommandTree
)tree, out commandType);
442
private static string GenerateFunctionSql(
DbFunctionCommandTree
tree, out CommandType commandType)
System\Data\SqlClient\SqlProviderServices.cs (1)
107
function = ((
DbFunctionCommandTree
)commandTree).EdmFunction;