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
Name | Description |
---|
FieldDatabaseDataRow(params string[]) | Initializes a new instance of the FieldDatabaseDataRow class. |
Properties
Name | Description |
---|
Values { get; } | Gets values that belong to this row. |
Methods
Name | Description |
---|
static CreateFrom(DataRow) | Initializes a new instance of the FieldDatabaseDataRow class from the DataRow instance. |
See Also