次の方法で共有


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

戻り値

指定された EDM 型のファセットの説明の一覧を格納する ReadOnlyCollection<T> 型のコレクション。

属性

適用対象