DbProviderManifest.GetStoreFunctions Method ()
When overridden in a derived class, returns a collection of EDM functions supported by the provider manifest.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public abstract ReadOnlyCollection<EdmFunction> GetStoreFunctions()
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>A collection of EDM functions.