| |
|
|
|
|
enuSearchingLogic Enumeration
Represents enumeration used for SearchingLogic property.
Member Name |
Description |
Boolean |
|
Sounds |
Also using boolean logic, but returns all words that sounds like search term |
FormsOf |
Returns rows that contains word in any form of search term. You can search for all the different tenses of a verb or both the singular and plural forms of a noun. |
About |
It is generally useful when a search phrase is too short, if user search for term"database", query also returns rows with "MySQL", "Oracle", "DB2" etc. |
Text property of Search Control is set to: "dry". SearchingLogic is set to enuSearchingLogic.FormsOf. SQL Query will search for any form of dry and returns rows that contains: dry, dried, drying and so on.
|
|
|
| |