getQueryResult method
getQueryResult(fileName, connection, query, field)
Returns query result.
getQueryResult(fileName: string, connection: string, query: string, field: Aspose.Words.Fields.FieldDatabase)
Parameter | Type | Description |
---|---|---|
fileName | string | The complete path and file name of the database specified in the \d field switch. |
connection | string | The connection to the data specified in the \c field switch. |
query | string | The set of SQL instructions that query the database specified in the \s field switch. |
field | FieldDatabase | The field being updated. |
Returns
The FieldDatabaseDataTable instance that should be used for the field’s update.
See Also
- module Aspose.Words.Fields
- class IFieldDatabaseProvider