Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 2.54 KB

filtercolumn-property-rds.md

File metadata and controls

45 lines (36 loc) · 2.54 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords apitype
FilterColumn Property (RDS)
FilterColumn Property (RDS)
rothja
jroth
01/19/2017
sql
ado
reference
FilterColumn property [ADO]
COM

FilterColumn Property (RDS)

Indicates the column on which to evaluate the filter criteria.

Important

Beginning with Windows 8 and Windows Server 2012, RDS server components are no longer included in the Windows operating system (see Windows 8 and Windows Server 2012 Compatibility Cookbook for more detail). RDS client components will be removed in a future version of Windows. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Applications that use RDS should migrate to WCF Data Service.

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.

Applies To

DataControl Object (RDS)

See Also

FilterColumn, FilterCriterion, FilterValue, SortColumn, and SortDirection Properties and Reset Method Example (VBScript)
FilterCriterion Property (RDS)
FilterValue Property (RDS)
SortColumn Property (RDS)
SortDirection Property (RDS)