共用方式為


DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) 方法

定義

傳回所指定 Entity Data Model (EDM) 型別的 Facet 描述清單。

[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

要擷取 Facet 描述的 EdmType

傳回

型別 ReadOnlyCollection<T> 的集合,包含所指定 EDM 型別的 Facet 描述清單。

屬性

適用於