FieldDatabaseDataRow

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

NameTypeAccessDescription
Valuesstring[]ReadGets values that belong to this row.

Methods

SignatureDescription
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.

See Also