Defines the Where condition for the DatasetTable.

Namespace: T.Modules.DataSet
Assembly: T.Modules (in T.Modules.dll)

Public Property WhereCondition() As String
This language is not supported or no code example is available.
public string WhereCondition {get; set;}
This language is not supported or no code example is available.

Property Value

Type: string
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'";
 					

.NET Framework

Supported in: 4.6.2, 4.7