Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeLoaderResult interface is used to work with data loading results.
ICubeLoaderResult
To get results after data loading, use the ICubeLoaderFromSource.LoadWithResult method.
Property name | Brief description | |
The DuplicatedStrings property returns array of duplicate records. | ||
The NullStrings property returns array of empty records. | ||
The Object property returns the object, to which data is loaded. | ||
The SkippedStrings property returns array of strings that were skipped on data loading. |
See also: