DbProviderManifest.GetInformation Method (String)

 

Gets the provider-specific information.

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

public XmlReader GetInformation(
	string informationType
)

Parameters

informationType
Type: System.String

The type of the information to return.

Return Value

Type: System.Xml.XmlReader

The provider-specific information.