IQuery.RefreshFields

Syntax

RefreshFields : (Connection: ISecurityConnection);

Parameters

Connection. The parameter determines connection that is used at connection to repository. Connection with a database that is already opened could be specified. If the parameter has Null value, the connection is established through object of query database ( it is specified in the Database field of the query editing wizard).

Description

The RefreshFields method updates the list of query fields under the information from a database.

See also:

IQuery