DbProviderManifest.GetFacetDescriptions(EdmType) 方法

定义

返回特定类型的 FacetDescription 对象。

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)

参数

edmType
EdmType

要返回 Facet 描述的 EDM 类型。

返回

用于指定的 EDM 类型的 FacetDescription 对象。

适用于