PrimitiveType.FacetDescriptions Property

 

Gets the list of facet descriptions for this PrimitiveType.

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

public virtual ReadOnlyCollection<FacetDescription> FacetDescriptions { get; }

Property Value

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

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