2 instantiations of FunctionCommandText
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
680
FunctionCommandText commandText = new
FunctionCommandText
(this);
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (1)
147
FunctionCommandText commandText = new
FunctionCommandText
(this);
3 references to FunctionCommandText
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
31
protected
FunctionCommandText
_commandText = null;
680
FunctionCommandText
commandText = new FunctionCommandText(this);
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (1)
147
FunctionCommandText
commandText = new FunctionCommandText(this);