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