public final class DataTableCollection
extends java.lang.Object
implements java.lang.Iterable
DataSet
.Modifier and Type | Method and Description |
---|---|
void |
add(DataTable table)
Adds the specified DataTable to the collection.
|
DataTable |
add(java.lang.String name)
Creates a
DataTable object by using the specified name and adds it to the collection. |
boolean |
contains(java.lang.String name)
Gets a value that indicates whether a
DataTable object with the specified name exists in the collection. |
DataTable |
get(int index)
Gets the
DataTable object at the specified index. |
DataTable |
get(java.lang.String name)
Gets the
DataTable object with the specified name. |
int |
getCount() |
java.util.Iterator |
iterator() |
public final java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
public final DataTable get(java.lang.String name)
DataTable
object with the specified name.public final void add(DataTable table)
table
- The DataTable object to add.public final DataTable add(java.lang.String name)
DataTable
object by using the specified name and adds it to the collection.public final int getCount()