Click or drag to resize

DataColumnCollection_deferredDataLoader Field

This object can have three states: if it is a IProjectArchiveEntryMemento, then this indicates that data have to be loaded using this memento. If some other object, this indicates that the loading of data is currently in progress. If null, the data have been loaded. In this case, the archive memento is stored in another field (see _archiveMemento ).

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Object? _deferredDataLoader

Field Value

Object
See Also