ICubeLoaderResult

Assembly: Cubes;

Description

The ICubeLoaderResult interface is used to work with data loading results.

Inheritance Hierarchy

          ICubeLoaderResult

Comments

To get results after data loading, use the ICubeLoaderFromSource.LoadWithResult method.

Properties

  Property name Brief description
DuplicatedStrings

The DuplicatedStrings property returns array of duplicate records.
NullStrings

The NullStrings property returns array of empty records.
Object

The Object property returns the object, to which data is loaded.
SkippedStrings

The SkippedStrings property returns array of strings that were skipped on data loading.

See also:

Cubes Assembly Interfaces