DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) Method

Definition

Returns the list of facet descriptions for the specified Entity Data Model (EDM) type.

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)

Parameters

type
EdmType

An EdmType for which the facet descriptions are to be retrieved.

Returns

A collection of type ReadOnlyCollection<T> that contains the list of facet descriptions for the specified EDM type.

Applies to