Bean Software Search Control Documentation   
 
 
     




enuSingleWildCard Enumeration


Description:
Represents enumeration used for SingleWildCard property.

Member Name

Description

None
There is no single wild character
Question
Question ( ? ) used as single wild character
Underscore
Underscore ( _ ) used as single wild character
QuestionOrUnderscore
Both characters ? or _ are used as single wild characters.

Example: Text property of Search Control is set to: "_ean". If SingleWildCard property is set to enuSingleWildCard.Underscore, then SQL Query will find all four letter words that ends with ean, like Dean, Sean and so on. If SingleWildCard property is set to enuSingleWildCard.None then it will return only rows that contains exact string "_ean".