Partager via


DbProviderManifest.GetStoreFunctions Méthode

Définition

En cas de substitution dans une classe dérivée, retourne une collection des fonctions EDM prises en charge par le manifeste du fournisseur.

[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)

Retours

Collection de fonctions EDM.

Attributs

S’applique à