Click or drag to resize

FndSearchHint Enumeration

Indication for if a column is good or bad to include in the search condition conserning the performance it might result in.

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public enum FndSearchHint
Members
  Member nameValueDescription
Unknown0 The default state, when nothings is yet known by the column. This state will also result in letting the SearchDialog ask the server about the SearchHint information for this column.
Good1 The column is indexed and will most likely result in good performance when being part of the search condition.
Bad2 Th columns is not index and will most likely result in bad performance when being part of the search condition.
See Also