SimpleDataTable members
Used as a data structure to serialize and return weakly-typed data as a collection of rows, where each row is a name-value pair dictionary.
The SimpleDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SimpleDataTable | Initializes a new instance of the SimpleDataTable class. |
Top
Properties
Name | Description | |
---|---|---|
Rows | Gets rows in the data table. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top