Delen via


DbXmlEnabledProviderManifest(XmlReader) Constructor

Definition

Initializes a new instance of the DbXmlEnabledProviderManifest class.

protected DbXmlEnabledProviderManifest (System.Xml.XmlReader reader);
new System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest : System.Xml.XmlReader -> System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest
Protected Sub New (reader As XmlReader)

Parameters

reader
XmlReader

An XmlReader object that provides access to the XML data in the provider manifest file.

Applies to