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)
Syntaxpublic enum FndSearchHint
Members|
| Member name | Value | Description |
|---|
| Unknown | 0 |
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.
|
| Good | 1 |
The column is indexed and will most likely result in good performance when being part of the search condition.
|
| Bad | 2 |
Th columns is not index and will most likely result in bad performance when being part of the search condition.
|
See Also