IMetabaseCustomObjectReader.Load

Syntax

Load;

Description

The Load method downloads data from repository to an object in PC memory.

Comments

This method must be called before writing to the end consumer by using the following methods: ReadToFile, ReadToStream or ReadToXML.

Example

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

See also:

IMetabaseCustomObjectReader