IEtlCustomUser.Read

Fore Syntax

Read(Reader: IXmlDomElement);

Fore.NET Syntax

Read(Reader: Prognoz.Platform.Interop.MsXml2.IXmlDomElement);

Parameters

Reader. Data in the XML format.

Description

The Read method reads data in the XML format.

Comments

Features of working with XML files are presented on the Example of Working with XML Files page.

Fore and Fore.NET Examples

The method use is given in the example for IEtlCustomUser.Transform.

See also:

IEtlCustomUser