PDA

View Full Version : Filter expression


sujith
08-31-2006, 02:50 PM
what is filter expression actually means?
(it is a property of data grid)
.Net sujith

degsy
08-31-2006, 03:00 PM
If you are referring to an ADO Recordset then it is just another method of querying data

http://www.w3schools.com/ado/prop_rs_filter.asp

An alternative to using the WHERE clause
http://www.w3schools.com/ado/ado_query.asp