IFieldDatabaseProvider

IFieldDatabaseProvider

Overview

IFieldDatabaseProvider is a interface in Aspose.Words FOSS for .NET.

Implement this interface to provide data for the FieldDatabase field when it’s updated.

This interface provides 1 method for working with IFieldDatabaseProvider objects in .NET programs. Available methods include: GetQueryResult. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.

Methods

SignatureDescription
GetQueryResult(fileName: string, connection: string, query: string, field: FieldDatabase)Returns query result.

See Also