java.lang.Objectcom.aspose.words.DataSet
public class DataSet
Constructor Summary |
---|
DataSet()
Initializes a new instance of this class. |
Method Summary | ||
---|---|---|
void | close() | |
Iterates over all data tables contained in this data set and closes any database connections currently held open. | ||
DataRelationCollection | getRelations() | |
Get the collection of parent-child relations that link tables in this data set. | ||
DataTableCollection | getTables() | |
Gets the collection of tables contained in the this data set. |
Constructor Detail |
---|
public DataSet()
You can create an instance of this class, add tables, add relations and use this data set as a data source for a mail merge operation.
Method Detail |
---|
close | |
public void close() throws java.lang.Exception |
getRelations | |
public DataRelationCollection getRelations() |
getTables | |
public DataTableCollection getTables() |