Aspose::Words::Fields::FieldDatabaseDataTable class

FieldDatabaseDataTable class

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

class FieldDatabaseDataTable : public System::Object

Methods

MethodDescription
static CreateFrom(const System::SharedPtr<System::Data::DataTable>&)Initializes a new instance of the FieldDatabaseDataTable class from the DataTable instance.
FieldDatabaseDataTable(const System::ArrayPtr<System::String>&)Initializes a new instance of the FieldDatabaseDataTable class.
get_ColumnNames() constGets columns that belong to this table.
get_Rows() constGets rows that belong to this table.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also