DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) 方法

定义

返回指定实体数据模型 (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 类型的分面说明列表。

适用于