Class DataTableSource | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ITableSource implementation that wraps a DataTable. This class is mutable: changes are permitted to the wrapped DataTable.
public class DataTableSource : ITableSource
Inheritance
DataTableSource
Implements
Inherited Members
Constructors
Creates a new instance based on the data in table
.
Properties
Gets the label for each column.
Gets the number of columns in the table.
The data table this source wraps.
Returns the data at the given indexes of the table (row, column).
Gets the number of rows in the table.