DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) Metod

Definition

Returnerar listan med fasetteringsbeskrivningar för den angivna EDM-typen (Entity Data Model).

public:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ GetFacetDescriptions(System::Data::Metadata::Edm::EdmType ^ type);
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetFacetDescriptions(System.Data.Metadata.Edm.EdmType type);
override this.GetFacetDescriptions : System.Data.Metadata.Edm.EdmType -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public Overrides Function GetFacetDescriptions (type As EdmType) As ReadOnlyCollection(Of FacetDescription)

Parametrar

type
EdmType

En EdmType som fasetteringsbeskrivningarna ska hämtas för.

Returer

En samling av typen ReadOnlyCollection<T> som innehåller listan med fasetteringsbeskrivningar för den angivna EDM-typen.

Gäller för