DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 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>
参数
返回
一个 ReadOnlyCollection<T> 类型的集合,其中包含指定的 EDM 类型的方面说明列表。
- 属性