VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderServices Class / ProviderInvariantName Field


In This Topic
    ProviderInvariantName Field
    In This Topic
    This is the well-known string using in configuration files and code-based configuration as the "provider invariant name" used to specify VistaDB for ADO.NET and Entity Framework provider services.
    Syntax
    'Declaration
     
    
    Public Const ProviderInvariantName As System.String
    'Usage
     
    
    Dim value As System.String
     
    value = VistaDBProviderServices.ProviderInvariantName
    public const System.string ProviderInvariantName
    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