Compartir a través de


DbProviderManifest.GetFacetDescriptions(EdmType) Método

Definición

Devuelve los objetos FacetDescription para un tipo concreto.

public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription> GetFacetDescriptions (System.Data.Entity.Core.Metadata.Edm.EdmType edmType);
abstract member GetFacetDescriptions : System.Data.Entity.Core.Metadata.Edm.EdmType -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription>

Parámetros

edmType
EdmType

Tipo EDM para el que se va a devolver la descripción de la faceta.

Devoluciones

Objetos FacetDescription para el tipo especificado de EDM.

Se aplica a