TypeUsage.Facets Property

 

Gets the list of facets for the type that is described by this TypeUsage .

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

public virtual ReadOnlyMetadataCollection<Facet> Facets { get; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<Facet>

A collection of type ReadOnlyMetadataCollection<T> that contains the list of facets for the type that is described by this TypeUsage .