VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderServices Class / GetProviderManifest Method
The token information associated with the provider manifest.


In This Topic
    GetProviderManifest Method
    In This Topic
    Returns the provider manifest by using the specified version information.
    Syntax
    'Declaration
     
    
    Public Function GetProviderManifest( _
       ByVal manifestToken As System.String _
    ) As System.Data.Entity.Core.Common.DbProviderManifest
    'Usage
     
    
    Dim instance As VistaDBProviderServices
    Dim manifestToken As System.String
    Dim value As System.Data.Entity.Core.Common.DbProviderManifest
     
    value = instance.GetProviderManifest(manifestToken)
    public System.Data.Entity.Core.Common.DbProviderManifest GetProviderManifest( 
       System.string manifestToken
    )

    Parameters

    manifestToken
    The token information associated with the provider manifest.

    Return Value

    The provider manifest by using the specified version information.
    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