PrimitiveType.FacetDescriptions Property

Definition

Gets the list of facet descriptions for this PrimitiveType.

public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription> FacetDescriptions { get; }
member this.FacetDescriptions : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription>
Public Overridable ReadOnly Property FacetDescriptions As ReadOnlyCollection(Of FacetDescription)

Property Value

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

Applies to