Defines the Where condition for the DatasetTable.
Namespace:
T.Modules.DataSet
Assembly: T.Modules (in T.Modules.dll)
Assembly: T.Modules (in T.Modules.dll)
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'";