DbXmlEnabledProviderManifest.GetStoreFunctions Método

Definición

Devuelve la lista de funciones admitidas por el proveedor.

public:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::EdmFunction ^> ^ GetStoreFunctions();
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetStoreFunctions ();
override this.GetStoreFunctions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.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.

Comentarios

Este método (no acepta valores NULL) no devuelve funciones definidas por el usuario. Si el proveedor no admite ninguna función, este método devuelve una colección vacía.

Se aplica a