DbProviderManifest.GetFacetDescriptions(EdmType) Método

Definición

Devuelve los objetos FacetDescription para un tipo concreto.

public:
 abstract System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ GetFacetDescriptions(System::Data::Metadata::Edm::EdmType ^ edmType);
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetFacetDescriptions (System.Data.Metadata.Edm.EdmType edmType);
abstract member GetFacetDescriptions : System.Data.Metadata.Edm.EdmType -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public MustOverride Function GetFacetDescriptions (edmType As EdmType) As ReadOnlyCollection(Of FacetDescription)

Parámetros

edmType
EdmType

Tipo EDM para el que se va a devolver la descripción de la faceta.

Devoluciones

Objetos FacetDescription para el tipo especificado de EDM.

Se aplica a