DbProviderManifest.GetDbInformation メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
派生クラスでオーバーライドされると、このメソッドはプロバイダー固有の情報を返します。
名前空間: System.Data.Entity.Core.Common
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Protected MustOverride Function GetDbInformation ( _
informationType As String _
) As XmlReader
'使用
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
パラメーター
- informationType
型 : System.String
取得する情報の型。
戻り値
型 : System.Xml.XmlReader
基になるデータ ストア カタログへのマッピングを表す XmlReader オブジェクト。