FilterColumn Property (RDS)

Microsoft ActiveX Data Objects (ADO)

RDS 2.5 API Reference

FilterColumn Property (RDS)

Indicates the column on which to evaluate the filter criteria.

Syntax

DataControl.FilterColumn = String

Parameters

DataControl
An object variable that represents an RDS.DataControl object.
String
A String value that specifies the column on which to evaluate the filter criteria. The filter criteria are 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 find criteria, while the full Recordset is maintained in the cache. The Reset method will execute the criteria and replace the current Recordset with an updatable Recordset.

See Also

VBScript Example

FilterCriterion Property (RDS) | FilterValue Property (RDS) | SortColumn Property (RDS) | SortDirection Property (RDS)

Applies To: DataControl Object (RDS)

© 1998-2003 Microsoft Corporation. All rights reserved.