| |
|
|
|
|
UseColumnsFilter Property
If True, end users are enabled to use double dot and search terms in only specific column instead of all columns of SearchColumns property.
[Visual Basic .NET]
public Boolean UseColumnsFilter() {get; set;}
|
[C#]
public Boolean UseColumnsFilter() {get; set;}
|
Boolean
True
Suppose that writer, album_name and song_name are members of SearchColumns collection. Syntax *: enables searching in all SearchColumns.
- writer: Lennon
- writer: McCartney and (album_name: Help or "let it be")
- (song_name: love or girl*) and not album_name: Revolver
- lyrics: "A little help" or *: road
|
|
|
| |