DbProviderManifest.GetFacetDescriptions Method (EdmType)

 

Returns the FacetDescription objects for a particular type.

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

public abstract ReadOnlyCollection<FacetDescription> GetFacetDescriptions(
	EdmType edmType
)

Parameters

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

The EDM type to return the facet description for.

Return Value

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

The FacetDescription objects for the specified EDM type.