Aspose::Words::Fields::FieldDatabaseDataRow class

FieldDatabaseDataRow class

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

class FieldDatabaseDataRow : public System::Object

Methods

MethodDescription
static CreateFrom(const System::SharedPtr<System::Data::DataRow>&)Initializes a new instance of the FieldDatabaseDataRow class from the DataRow instance.
FieldDatabaseDataRow(const System::ArrayPtr<System::String>&)Initializes a new instance of the FieldDatabaseDataRow class.
get_Values() constGets values that belong to this row.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also