Condividi tramite


DbProviderManifest.GetStoreFunctions Metodo

Definizione

Quando se ne effettua l'override in una classe derivata, restituisce un insieme di funzioni EDM supportate dal manifesto del provider.

public:
 abstract System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::EdmFunction ^> ^ GetStoreFunctions();
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetStoreFunctions ();
abstract member GetStoreFunctions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>
Public MustOverride Function GetStoreFunctions () As ReadOnlyCollection(Of EdmFunction)

Restituisce

Insieme di funzioni EDM.

Si applica a