DataSource.setFilter

Overview | Methods | This Package | All Packages

DataSource.setFilter

Sets the criteria for including or excluding records.

Syntax

public void setFilter( String filter )

Parameters

filter

A string that indicates the criteria for the filter.

Remarks

The criteria string is made up of clauses in the form FieldName-Operator-Value. You can join clauses with AND and OR.

See Also   getFilter, ADO Filter property