FieldDatabaseDataRow
Overview
FieldDatabaseDataRow is a class in Aspose.Words FOSS for .NET.
Provides data for the FieldDatabase field result.
This class provides 2 methods for working with FieldDatabaseDataRow objects in .NET programs.
Available methods include: CreateFrom, FieldDatabaseDataRow.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Values | string[] | Read | Gets values that belong to this row. |
Methods
| Signature | Description |
|---|---|
FieldDatabaseDataRow(values) | Initializes a new instance of the FieldDatabaseDataRow class. |
CreateFrom(dataRow: DataRow) | Initializes a new instance of the FieldDatabaseDataRow class from the DataRow instance. |