Remove Method
Remove the datatable with the specified name from the dataset.
Syntax
Sub Remove(tableName) |
Parameters
tableName
Type: String
The name of the datatable
Return Value
Type: Boolean
True: the dataset contains a datatable with the specified name
False: the dataset does not contain a datatable with the specified name
Examples
IronPython
#Check existence of datatable |
C#
//Check existence of datatable |