Compartir a través de


DbXmlEnabledProviderManifest.GetStoreFunctions Método

Definición

Devuelve la lista de funciones admitidas por el proveedor.

public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.EdmFunction> GetStoreFunctions();
override this.GetStoreFunctions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.EdmFunction>
Public Overrides Function GetStoreFunctions () As ReadOnlyCollection(Of EdmFunction)

Devoluciones

Una colección de tipo ReadOnlyCollection<T> que contiene la lista de funciones admitidas por el proveedor.

Se aplica a