FieldDatabaseDataRow
Contents
[
Hide
]Inheritance: java.lang.Object
public class FieldDatabaseDataRow
Provides data for the FieldDatabase field result. Please see DataRow instance.
To learn more, visit the Working with Fields documentation article.
Constructors
Constructor | Description |
---|---|
FieldDatabaseDataRow(String[] values) | Initializes a new instance of the FieldDatabaseDataRow class. |
Methods
Method | Description |
---|---|
createFrom(System.Data.DataRow dataRow) | Initializes a new instance of the FieldDatabaseDataRow class from the DataRow instance. |
getValues() | Gets values that belong to this row. |
FieldDatabaseDataRow(String[] values)
public FieldDatabaseDataRow(String[] values)
Initializes a new instance of the FieldDatabaseDataRow class.
Parameters:
Parameter | Type | Description |
---|---|---|
values | java.lang.String[] |
createFrom(System.Data.DataRow dataRow)
public static FieldDatabaseDataRow createFrom(System.Data.DataRow dataRow)
Initializes a new instance of the FieldDatabaseDataRow class from the DataRow instance.
Parameters:
Parameter | Type | Description |
---|---|---|
dataRow | DataRow |
Returns: FieldDatabaseDataRow
getValues()
public String[] getValues()
Gets values that belong to this row.
Returns: java.lang.String[] - Values that belong to this row.