VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class / GetDbInformation Method
The name of the information to be retrieved.


In This Topic
    GetDbInformation Method
    In This Topic
    Providers should override this to return information specific to their provider. This method should never return null.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function GetDbInformation( _
       ByVal informationType As System.String _
    ) As System.Xml.XmlReader
    'Usage
     
    
    Dim instance As VistaDBProviderManifest
    Dim informationType As System.String
    Dim value As System.Xml.XmlReader
     
    value = instance.GetDbInformation(informationType)
    protected override System.Xml.XmlReader GetDbInformation( 
       System.string informationType
    )

    Parameters

    informationType
    The name of the information to be retrieved.

    Return Value

    An XmlReader at the beginning of the information requested.
    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