Aspose::Words::Fields::IFieldDatabaseProvider::GetQueryResult method

IFieldDatabaseProvider::GetQueryResult method

Returns query result.

virtual System::SharedPtr<Aspose::Words::Fields::FieldDatabaseDataTable> Aspose::Words::Fields::IFieldDatabaseProvider::GetQueryResult(System::String fileName, System::String connection, System::String query, System::SharedPtr<Aspose::Words::Fields::FieldDatabase> field)=0
ParameterTypeDescription
fileNameSystem::StringThe complete path and file name of the database specified in the \d field switch.
connectionSystem::StringThe connection to the data specified in the \c field switch.
querySystem::StringThe set of SQL instructions that query the database specified in the \s field switch.
fieldSystem::SharedPtr<Aspose::Words::Fields::FieldDatabase>The field being updated.

ReturnValue

The FieldDatabaseDataTable instance that should be used for the field’s update.

See Also