SearchFilter Binding Properties

The search data properties for a SearchFilter tag.

 

Options

Description

Table, view or query

Specifies the name of the table to be searched.

Fields

Specifies the fields to be searched.

Operator

Specifies the type of search operation to apply to the fields.

Is Equal To

An exact match is required.

Microsoft SQL Server only.  If the underlying database field selected for the search operation is a Microsoft SQL Server 'char' data type, the actual value stored includes blanks padded at the end of the string.  As such, text strings entered into the search control will not match the char data type field, because the search control strips the trailing spaces from the search string.

Case-sensitive

Indicates whether to perform a case-sensitive text search.

Table control to search

Indicates the table control to which the search applies.  There may be multiple tables on a page, and at least one table must be selected.

See Also

SearchFilter Tag