Click or drag to resize

DataSourceImportOptionsDoNotSaveCachedTableData Property

Gets a value indicating whether the data that are cached in the Altaxo table should be saved within the Altaxo project.

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

Property Value

Boolean
If True, the data of the table attached to this data source are not stored in the Altaxo project file.

Implements

IDataSourceImportOptionsDoNotSaveCachedTableData
See Also