Sets or returns which column to evaluate the filter criteria on.
Syntax
DataControl.FilterColumn = String
Part | Description |
DataControl | An object variable that represents an RDS.DataControl object. |
String | A String value specifying the column to evaluate the filter criteria on. The filter criteria is specified in the FilterCriterion property. |
Remarks
The SortColumn, SortDirection, FilterValue, FilterCriterion, and FilterColumn properties provide sorting and filtering functionality on the client-side cache. The sorting functionality orders records by values from one column. The filtering functionality displays a subset of records based on a find criteria, while the full Recordset is maintained in the cache. The Reset method will execute the criteria and replace the current Recordset with a read-only Recordset.
See Also