DbXmlEnabledProviderManifest.GetFacetDescriptions Method (EdmType)

 

Returns the list of facet descriptions for the specified Entity Data Model (EDM) type.

Namespace:   System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

public override ReadOnlyCollection<FacetDescription> GetFacetDescriptions(
	EdmType edmType
)

Parameters

edmType
Type: System.Data.Entity.Core.Metadata.Edm.EdmType

An EdmType for which the facet descriptions are to be retrieved.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>

A collection of type ReadOnlyCollection<T> that contains the list of facet descriptions for the specified EDM type.