Click or drag to resize

IDataSourceImportOptionsExecuteTableScriptAfterImport Property

Gets a value indicating whether the table script is executed after importing data from this data source.

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

Property Value

Boolean
true if [execute table script after import]; otherwise, false.
See Also