| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Should server-side filter be applied
Source position: sqldb.pp line 715
published property TSQLQuery.ServerFiltered : Boolean;  | 
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.
Setting this property to True when ParseSQL is False will result in an exception.
  | 
Should the SQL statement be parsed or not  | 
|
  | 
Append server-side filter to SQL statement  |