FieldDatabaseDataTable class

FieldDatabaseDataTable class

Provides data for the FieldDatabase field result. To learn more, visit the Working with Fields documentation article.

Constructors

NameDescription
FieldDatabaseDataTable(column_names)Initializes a new instance of the FieldDatabaseDataTable class.

Properties

NameDescription
column_namesGets columns that belong to this table.
rowsGets rows that belong to this table.

See Also