Removes the rows based on the given expression.
Syntax
Smartsite SXML | Copy Code |
---|---|
integer datatable.rows.remove(datatable dataTable, string expression) |
Parameters
Name | Data Type | Description |
---|---|---|
dataTable | DataTable | The datatable from which rows will be removed. |
expression | String | The expression that selects the rows that will be removed. |
Return Value
Data Type | Description |
---|---|
Integer | The number of rows that has been removed. |