'DeclarationProtected Overrides NotOverridable Function GetDbInformation( _ ByVal informationType As System.String _ ) As System.Xml.XmlReader
'UsageDim 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 type of the information to return.The name of the information to be retrieved.
Return Value
The XmlReader object that represents the mapping to the underlying data store catalog.An XmlReader at the beginning of the information requested.