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. |
DataTable |
get(java.lang.String name,
java.lang.String tableNamespace)
Gets the
DataTable object with the specified name in the specified namespace. |
int |
getCount() |
java.util.Iterator |
iterator() |
public final java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic final DataTable get(java.lang.String name)
DataTable object with the specified name.public final DataTable get(java.lang.String name, java.lang.String tableNamespace)
DataTable object with the specified name in the specified namespace.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()
See Also:
GroupDocs.Assembly for Java Documentation - the home page for the GroupDocs.Assembly for Java Product Documentation.
GroupDocs.Assembly for Java Support Forum - our preferred method of support.
© 2001-2023 Aspose Pty Ltd. All rights reserved.