Freigeben über


DbProviderManifest.GetInformation-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.]

Ruft die anbieterspezifischen Informationen ab.

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

Syntax

'Declaration
Public Function GetInformation ( _
    informationType As String _
) As XmlReader
'Usage
Dim instance As DbProviderManifest 
Dim informationType As String 
Dim returnValue As XmlReader 

returnValue = instance.GetInformation(informationType)
public XmlReader GetInformation(
    string informationType
)
public:
XmlReader^ GetInformation(
    String^ informationType
)
member GetInformation : 
        informationType:string -> XmlReader
public function GetInformation(
    informationType : String
) : XmlReader

Parameter

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

Rückgabewert

Typ: System.Xml.XmlReader
Die anbieterspezifischen Informationen.

Siehe auch

Verweis

DbProviderManifest Klasse

System.Data.Entity.Core.Common-Namespace