Determines whether the specified data table is valid (i.e. not closed and has at least one field).
Syntax
Smartsite SXML | Copy Code |
---|---|
boolean datatable.isvalid(any dataTable) |
Parameters
Name | Data Type | Description |
---|---|---|
dataTable | Any | The data table. |
Return Value
Data Type | Description |
---|---|
Boolean | True if the datatable is valid, false otherwise. |