DatasetTable.WhereCondition Property
The SQL WHERE clause is used to select data conditionally.
//The select command will return only the items where the DateAdded is greather than 01/01/2010
@Dataset.Table.table1.WhereCondition = "DateAdded > '01/01/2010'";