[]
Instantiates an IRichValue instance for DataTable object.
public static IRichValue FromDataTable(DataTable table, string defaultColumnName = null, bool showHeaders = false)
Public Shared Function FromDataTable(table As DataTable, Optional defaultColumnName As String = Nothing, Optional showHeaders As Boolean = False) As IRichValue
| Type | Name | Description |
|---|---|---|
| DataTable | table | The data table. |
| string | defaultColumnName | The default column of the table. |
| bool | showHeaders |
|
| Type | Description |
|---|---|
| IRichValue | An IRichValue object represents data of a DataTable object. |