DeleteAll¶
Marks all records in data table as deleted.
1 |
|
Remarks¶
Rows in table is not instantly deleted, to delete persistently you need to call Save method.
Delete all rows¶
1 2 3 4 5 6 7 8 9 10 |
|
Marks all records in data table as deleted.
1 |
|
Rows in table is not instantly deleted, to delete persistently you need to call Save method.
1 2 3 4 5 6 7 8 9 10 |
|