![]() | DataTable Class |
Namespace: Dynamicweb.Controls.Charts
The DataTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataTable |
Initializes a new instance of an object.
|
![]() | DataTable(ITypeManager) |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
![]() | Columns |
Gets the collection of table columns.
|
![]() | IsEmpty |
Gets value indicating whether this table has no rows.
|
![]() | Rows |
Gets the collection of table rows.
|
![]() | TypeManager |
Gets the type manager for this table.
|
Name | Description | |
---|---|---|
![]() | Clear |
Removes all rows and all columns from the table.
|
![]() | CopyFrom |
Copies all information from the given data table.
|
![]() ![]() | Create(DataTable) |
Creates new chart table based on the given data table.
|
![]() ![]() | Create(DataTable, ITypeManager) |
Creates new chart table based on the given data table.
|
![]() | Empty |
Removes all rows from the table.
|
![]() | NewColumn |
Creates new data column.
|
![]() | NewColumn(Type, String, String) |
Creates new data column.
|
![]() | NewColumn(TypeCode, String, String) |
Creates new data column.
|
![]() | NewRow |
Creates new data row.
|
![]() | Serialize |
Serializes current table instance into the corresponding Javascript object notation.
|