MetadataItem.GetGeneralFacetDescriptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the list of the general facet descriptions for a specified type.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription> GetGeneralFacetDescriptions ();
static member GetGeneralFacetDescriptions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription>
Public Shared Function GetGeneralFacetDescriptions () As ReadOnlyCollection(Of FacetDescription)
Returns
A ReadOnlyCollection<T> object that represents the list of the general facet descriptions for a specified type.
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework