3 overrides of GetStoreFunctions
System.Data.Entity (3)
System\Data\Common\DbXmlEnabledProviderManifest.cs (1)
92public override System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction> GetStoreFunctions()
System\Data\Metadata\Edm\Provider\ClrProviderManifest.cs (1)
173public override System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction> GetStoreFunctions()
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (1)
77public override System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction> GetStoreFunctions()
1 reference to GetStoreFunctions
System.Data.Entity (1)
System\Data\Metadata\StoreItemCollection.cs (1)
312foreach (EdmFunction function in storeManifest.GetStoreFunctions())