DataSource Properties |
The DataSource type exposes the following members.
| Name | Description | |
|---|---|---|
| Data |
Gets or sets the Data after the ImportData method
| |
| DataTable |
Gets a DataTable object which represents the current imported data
| |
| HasHeader |
Gets or sets a value indicating whether the data source has header.
| |
| Headers |
Gets or Sets the headers. if the file data source contains header (for example, The first row of a CSV the headers), headers will be refilled after the call of ImportData.
The headers can be used as an variable. For example, the token ${name} will be replace by the value where the header name is "name"
| |
| MaxRows |
Gets or sets the maximum rows can be imported
|