FieldDatabaseDataTable

FieldDatabaseDataTable class

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

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

public class FieldDatabaseDataTable

Constructors

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

Properties

NameDescription
ColumnNames { get; }Gets columns that belong to this table.
Rows { get; }Gets rows that belong to this table.

Methods

NameDescription
static CreateFrom(DataTable)Initializes a new instance of the FieldDatabaseDataTable class from the DataTable instance.

See Also