DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) 方法

定义

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily", Justification="Only casts twice in debug mode.")]
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription> GetFacetDescriptions (System.Data.Entity.Core.Metadata.Edm.EdmType edmType);
override this.GetFacetDescriptions : System.Data.Entity.Core.Metadata.Edm.EdmType -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription>

参数

edmType
EdmType

要为其检索方面说明的 EdmType

返回

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

属性

适用于