com.aspose.words
Class FieldDatabaseDataTable

java.lang.Object
    extended by com.aspose.words.FieldDatabaseDataTable

public class FieldDatabaseDataTable 
extends java.lang.Object

Provides data for the FieldDatabase field result.

To learn more, visit the Working with Fields documentation article.


Constructor Summary
FieldDatabaseDataTable(java.lang.String[] columnNames)
           Initializes a new instance of the FieldDatabaseDataTable class.
 
Property Getters/Setters Summary
java.lang.String[]getColumnNames()
           Gets columns that belong to this table.
java.util.ArrayList<FieldDatabaseDataRow>getRows()
           Gets rows that belong to this table.
 
Method Summary
static FieldDatabaseDataTablecreateFrom(com.aspose.words.net.System.Data.DataTable dataTable)
           Initializes a new instance of the FieldDatabaseDataTable class from the com.aspose.words.net.System.Data.DataTable instance.
 

Constructor Detail

FieldDatabaseDataTable

public FieldDatabaseDataTable(java.lang.String[] columnNames)
Initializes a new instance of the FieldDatabaseDataTable class.

Property Getters/Setters Detail

getColumnNames

public java.lang.String[] getColumnNames()
Gets columns that belong to this table.

getRows

public java.util.ArrayList<FieldDatabaseDataRowgetRows()
Gets rows that belong to this table.

Method Detail

createFrom

public static FieldDatabaseDataTable createFrom(com.aspose.words.net.System.Data.DataTable dataTable)
Initializes a new instance of the FieldDatabaseDataTable class from the com.aspose.words.net.System.Data.DataTable instance.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.