DbProviderManifest.GetStoreFunctions Método

Definición

Cuando se reemplaza en una clase derivada, devuelve una colección de las funciones EDM admitidas por el manifiesto del proveedor.

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)

Devoluciones

Colección de funciones EDM.

Se aplica a