Property Where
| Improve this Doc View SourceWhere
Gets or sets the condition to filter the rows.
Declaration
public Predicate<DataRow> Where { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Predicate<DataRow> |
Gets or sets the condition to filter the rows.
public Predicate<DataRow> Where { get; set; }
| Type | Description |
|---|---|
| System.Predicate<DataRow> |