Click or drag to resize

DataColumnCollectionDeferredDataMemento Property

Infrastructure - do not use this unless absolutely neccessary. Gets or sets the deferred data memento that helps to late load the data for this DataColumnCollection.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IProjectArchiveEntryMemento? DeferredDataMemento { get; set; }

Property Value

IProjectArchiveEntryMemento
The deferred data memento.
See Also