Freigeben über


DbProviderManifest.GetDbInformation-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Beim Überschreiben in einer abgeleiteten Klasse gibt diese Methode anbieterspezifische Informationen zurück.

Namespace:  System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Protected MustOverride Function GetDbInformation ( _
    informationType As String _
) As XmlReader
'Usage
Dim informationType As String 
Dim returnValue As XmlReader 

returnValue = Me.GetDbInformation(informationType)
protected abstract XmlReader GetDbInformation(
    string informationType
)
protected:
virtual XmlReader^ GetDbInformation(
    String^ informationType
) abstract
abstract GetDbInformation : 
        informationType:string -> XmlReader
protected abstract function GetDbInformation(
    informationType : String
) : XmlReader

Parameter

  • informationType
    Typ: System.String
    Der Typ der zurückzugebenden Informationen.

Rückgabewert

Typ: System.Xml.XmlReader
Das XmlReader-Objekt, das die Zuordnung zum zugrunde liegenden Katalog im Datenspeicher darstellt.

Siehe auch

Verweis

DbProviderManifest Klasse

System.Data.Entity.Core.Common-Namespace