Share via


DbProviderManifest.GetStoreFunctions Method

Definition

When overridden in a derived class, returns a collection of EDM functions supported by the provider manifest.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.EdmFunction> GetStoreFunctions ();
abstract member GetStoreFunctions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.EdmFunction>
Public MustOverride Function GetStoreFunctions () As ReadOnlyCollection(Of EdmFunction)

Returns

A collection of EDM functions.

Attributes

Applies to