com.aspose.words
Class FieldDatabaseDataRow

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

public class FieldDatabaseDataRow 
extends java.lang.Object

Provides data for the FieldDatabase field result. Please see com.aspose.words.net.System.Data.DataRow instance.

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


Constructor Summary
FieldDatabaseDataRow(java.lang.String[] values)
           Initializes a new instance of the FieldDatabaseDataRow class.
 
Property Getters/Setters Summary
java.lang.String[]getValues()
           Gets values that belong to this row.
 
Method Summary
static FieldDatabaseDataRowcreateFrom(com.aspose.words.net.System.Data.DataRow dataRow)
           Initializes a new instance of the FieldDatabaseDataRow class from the com.aspose.words.net.System.Data.DataRow instance.
 

Constructor Detail

FieldDatabaseDataRow

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

Property Getters/Setters Detail

getValues

public java.lang.String[] getValues()
Gets values that belong to this row.

Method Detail

createFrom

public static FieldDatabaseDataRow createFrom(com.aspose.words.net.System.Data.DataRow dataRow)
Initializes a new instance of the FieldDatabaseDataRow class from the com.aspose.words.net.System.Data.DataRow instance.

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