VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class / GetEdmType Method
A TypeUsage encapsulating a store type and a set of facets


In This Topic
    GetEdmType Method
    In This Topic
    This method takes a type and a set of facets and returns the best mapped equivalent type in EDM.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function GetEdmType( _
       ByVal storeType As System.Data.Entity.Core.Metadata.Edm.TypeUsage _
    ) As System.Data.Entity.Core.Metadata.Edm.TypeUsage
    'Usage
     
    
    Dim instance As VistaDBProviderManifest
    Dim storeType As System.Data.Entity.Core.Metadata.Edm.TypeUsage
    Dim value As System.Data.Entity.Core.Metadata.Edm.TypeUsage
     
    value = instance.GetEdmType(storeType)
    public override System.Data.Entity.Core.Metadata.Edm.TypeUsage GetEdmType( 
       System.Data.Entity.Core.Metadata.Edm.TypeUsage storeType
    )

    Parameters

    storeType
    A TypeUsage encapsulating a store type and a set of facets

    Return Value

    A TypeUsage encapsulating an EDM type and a set of facets
    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