DbProviderManifest.GetFacetDescriptions(EdmType) Yöntem

Tanım

Belirli bir tür için FacetDescription nesnelerini döndürür.

public:
 abstract System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ GetFacetDescriptions(System::Data::Metadata::Edm::EdmType ^ edmType);
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetFacetDescriptions (System.Data.Metadata.Edm.EdmType edmType);
abstract member GetFacetDescriptions : System.Data.Metadata.Edm.EdmType -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public MustOverride Function GetFacetDescriptions (edmType As EdmType) As ReadOnlyCollection(Of FacetDescription)

Parametreler

edmType
EdmType

Model açıklamasının döndürüleceği EDM türü.

Döndürülenler

Belirtilen EDM türü için FacetDescription nesneleri.

Şunlara uygulanır