DbProviderManifest.GetFacetDescriptions(EdmType) Método

Definição

Retorna os objetos FacetDescription para um tipo específico.

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

O tipo EDM para o qual retornar a descrição da faceta.

Retornos

Os objetos de FacetDescription para o tipo EDM especificado.

Aplica-se a