VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class / StoreTypeNameToEdmPrimitiveType Property


In This Topic
    StoreTypeNameToEdmPrimitiveType Property
    In This Topic
    Gets the best mapped equivalent Entity Data Model (EDM) type for a specified storage type name.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property StoreTypeNameToEdmPrimitiveType As System.Collections.Generic.Dictionary(Of String,PrimitiveType)
    'Usage
     
    
    Dim instance As VistaDBProviderManifest
    Dim value As System.Collections.Generic.Dictionary(Of String,PrimitiveType)
     
    value = instance.StoreTypeNameToEdmPrimitiveType
    protected System.Collections.Generic.Dictionary<string,PrimitiveType> StoreTypeNameToEdmPrimitiveType {get;}

    Property Value

    The best mapped equivalent EDM type for a specified storage type name.
    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