VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class / GetEdmType Method
The TypeUsage instance that describes a storage type and a set of facets for that type to be mapped to the EDM type.A TypeUsage encapsulating a store type and a set of facets


In This Topic
    GetEdmType Method
    In This Topic
    When overridden in a derived class, this method maps the specified storage type and a set of facets for that type to an EDM type. 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
    The TypeUsage instance that describes a storage type and a set of facets for that type to be mapped to the EDM type.A TypeUsage encapsulating a store type and a set of facets

    Return Value

    The System.Data.Entity.Core.Metadata.Edm.TypeUsage instance that describes an EDM type and a set of facets for that type.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