FieldDatabaseDataRow

FieldDatabaseDataRow class

Provides data for the FieldDatabase field result. Please see DataRow instance.

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

public class FieldDatabaseDataRow

Constructors

NameDescription
FieldDatabaseDataRow(params string[])Initializes a new instance of the FieldDatabaseDataRow class.

Properties

NameDescription
Values { get; }Gets values that belong to this row.

Methods

NameDescription
static CreateFrom(DataRow)Initializes a new instance of the FieldDatabaseDataRow class from the DataRow instance.

See Also