The "Nothing" keyword indicates a variable is that isn't initialized or doesn't contain valid data.
The "Not" keyword reverses this.
So the line you indicated says that if the dataset table is initialized and valid, then execute the code between the "If" statement.
|