[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'SQLDB' (#fcl)

TSQLQuery.ServerFiltered

Should server-side filter be applied

Declaration

Source position: sqldb.pp line 715

published property TSQLQuery.ServerFiltered : Boolean;

Description

ServerFiltered can be set to True to apply ServerFilter. A change in the value for this property will re-fetch the query results if the dataset is active.

Errors

Setting this property to True when ParseSQL is False will result in an exception.

See also

ParseSQL

  

Should the SQL statement be parsed or not

ServerFilter

  

Append server-side filter to SQL statement


Documentation generated on: May 14 2021