Click or drag to resize

DataTable Class

Represents a data table.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Controls.ChartsDataTable

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class DataTable

The DataTable type exposes the following members.

Constructors
  NameDescription
Public methodDataTable
Initializes a new instance of an object.
Public methodDataTable(ITypeManager)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyColumns
Gets the collection of table columns.
Public propertyIsEmpty
Gets value indicating whether this table has no rows.
Public propertyRows
Gets the collection of table rows.
Public propertyTypeManager
Gets the type manager for this table.
Top
Methods
  NameDescription
Public methodClear
Removes all rows and all columns from the table.
Public methodCopyFrom
Copies all information from the given data table.
Public methodStatic memberCreate(DataTable)
Creates new chart table based on the given data table.
Public methodStatic memberCreate(DataTable, ITypeManager)
Creates new chart table based on the given data table.
Public methodEmpty
Removes all rows from the table.
Public methodNewColumn
Creates new data column.
Public methodNewColumn(Type, String, String)
Creates new data column.
Public methodNewColumn(TypeCode, String, String)
Creates new data column.
Public methodNewRow
Creates new data row.
Public methodSerialize
Serializes current table instance into the corresponding Javascript object notation.
Top
Remarks