DbProviderManifest.GetStoreFunctions Method

Definition

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

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)

Returns

A collection of EDM functions.

Applies to