IMetabaseCustomObjectReader.ReadToFile

Syntax

ReadToFile(FileName: String);

Parameters

FileName. A full name of the file, to which data from the object will be read.

Description

The ReadToFile method reads data from the custom class object and loads it to the specified file.

Comments

Before executing the ReadToFile method, call the Load method to read data from the repository database to the current object in the computer memory.

Example

The property use is given in the example for IMetabaseCustomObject.CreateReader.

See also:

IMetabaseCustomObjectReader