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
| Method | Description |
|---|---|
| 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() const | Gets columns that belong to this table. |
| get_Rows() const | Gets rows that belong to this table. |
| GetType() const override | |
| Is(const System::TypeInfo&) const override | |
| static Type() |
See Also
- Namespace Aspose::Words::Fields
- Library Aspose.Words for C++