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

XPDictionary.LoadXmlMetadata(TextReader) Method

Loads metadata with the specified TextReader.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public void LoadXmlMetadata(
    TextReader txtReader
)

Parameters

Name Type Description
txtReader TextReader

An instance of the TextReader containing XML data to read.

See Also