DataView Class
Namespace: Stimulsoft.System.Data
Constructors
| Constructor | Description |
|---|---|
| constructor(DataTable table) |
constructor(table: DataTable)
Parameters
- table (DataTable)
Methods
| Method | Returns | Description |
|---|---|---|
| clone | DataView | |
| toTable | DataTable |
Method Details
clone
clone(): DataView
Returns DataView
toTable
toTable(throw1: any): DataTable
Parameters
- throw1 (any)
Returns DataTable
Fields
| Field | Type | Description |
|---|---|---|
| columnName | any | |
| columnName | any | |
| condition | any | |
| direction | any | |
| parts | any | |
| rowFilter | any | |
| sort | any | |
| table | DataTable |