Share via


DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) 方法

定义

返回指定的 Entity Data Model (EDM) 类型的方面说明列表。

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)

参数

type
EdmType

要为其检索方面说明的 EdmType

返回

一个 ReadOnlyCollection<T> 类型的集合,其中包含指定的 EDM 类型的方面说明列表。

适用于