Returns the name of this DataTable. @return The name of this DataTable
()
| 162 | * @return The name of this DataTable |
| 163 | */ |
| 164 | public String getName() |
| 165 | { |
| 166 | return name; |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Returns the count of the number of rows in this DataTable. |