Skip to main content
A newer version of this page is available. .

XPDictionary.LoadXmlMetadata(XmlReader) Method

Loads metadata with the specified XmlTextReader.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public void LoadXmlMetadata(
    XmlReader reader
)

Parameters

Name Type Description
reader XmlReader

An instance of the XmlTextReader containing XML data to read.

See Also