VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class / GetFacetDescriptions Method
An System.Data.Entity.Core.Metadata.Edm.EdmType for which the facet descriptions are to be retrieved.


In This Topic
    GetFacetDescriptions Method
    In This Topic
    Returns the list of facet descriptions for the specified Entity Data Model (EDM) type.
    Syntax
    'Declaration
     
    
    Public Function GetFacetDescriptions( _
       ByVal edmType As System.Data.Entity.Core.Metadata.Edm.EdmType _
    ) As System.Collections.ObjectModel.ReadOnlyCollection(Of FacetDescription)
    'Usage
     
    
    Dim 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also