'DeclarationPublic Function GetFacetDescriptions( _ ByVal edmType As System.Data.Entity.Core.Metadata.Edm.EdmType _ ) As System.Collections.ObjectModel.ReadOnlyCollection(Of FacetDescription)
'UsageDim instance As VistaDBProviderManifest Dim edmType As System.Data.Entity.Core.Metadata.Edm.EdmType Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of FacetDescription) value = instance.GetFacetDescriptions(edmType)
public System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription> GetFacetDescriptions( System.Data.Entity.Core.Metadata.Edm.EdmType edmType )
Parameters
- edmType
- An System.Data.Entity.Core.Metadata.Edm.EdmType for which the facet descriptions are to be retrieved.
Return Value
A collection of type System.Collections.ObjectModel.ReadOnlyCollection`1 that contains the list of facet descriptions for the specified EDM type.