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


In This Topic
    GetDbProviderManifest Method
    In This Topic
    When overridden in a derived class, returns an instance of a class that derives from the DbProviderManifest. Returns the provider manifest by using the specified version information.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function GetDbProviderManifest( _
       ByVal versionHint As System.String _
    ) As System.Data.Entity.Core.Common.DbProviderManifest
    'Usage
     
    
    Dim instance As VistaDBProviderServices
    Dim versionHint As System.String
    Dim value As System.Data.Entity.Core.Common.DbProviderManifest
     
    value = instance.GetDbProviderManifest(versionHint)
    protected override System.Data.Entity.Core.Common.DbProviderManifest GetDbProviderManifest( 
       System.string versionHint
    )

    Parameters

    versionHint
    The token information associated with the provider manifest.

    Return Value

    A DbProviderManifest object that represents the provider manifest. 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