DbProviderManifest.GetDbInformation Method (String)

 

When overridden in a derived class, this method returns provider-specific information.

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

protected abstract XmlReader GetDbInformation(
	string informationType
)

Parameters

informationType
Type: System.String

The type of the information to return.

Return Value

Type: System.Xml.XmlReader

The XmlReader object that represents the mapping to the underlying data store catalog.