3 references to GetFunctions
System.Data.Entity (3)
System\Data\Metadata\Edm\ItemCollection.cs (1)
309
return this.
GetFunctions
(functionName, false /*ignoreCase*/);
System\Data\Metadata\MetadataWorkspace.cs (1)
739
return collection.
GetFunctions
(namespaceName + "." + name, ignoreCase);
System\Data\Metadata\Perspective.cs (1)
157
itemCollection.
GetFunctions
(fullName, ignoreCase);