Click or drag to resize

DataTableDataSource Property

Gets or sets the data source of this table. For instance, this could be the SQL query that was used to fill data into this table.

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

Property Value

IAltaxoTableDataSource
The data source.
See Also