public class DataTable extends Object
DataTable class.
Constructor and Description |
---|
DataTable() |
Modifier and Type | Method and Description |
---|---|
DataColumnCollection |
getColumns()
Getter for the field
columns . |
DataRowCollection |
getRows()
Getter for the field
rows . |
DataRow |
newRow()
newRow.
|
public DataRowCollection getRows()
Getter for the field rows
.
DataRowCollection
object.public DataColumnCollection getColumns()
Getter for the field columns
.
DataColumnCollection
object.