Click or drag to resize

DataRowCollection Class

Represents a collection of data rows.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListDataRow
    Dynamicweb.Controls.ChartsDataRowCollection

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class DataRowCollection : List<DataRow>

The DataRowCollection type exposes the following members.

Constructors
  NameDescription
Public methodDataRowCollection
Initializes a new instance of the DataRowCollection class
Top
Remarks