Where constructor
Where(
- Expression<
bool> predicate
Construct a Where clause from its predicate.
Implementation
Where(this.predicate);
Construct a Where clause from its predicate.
Where(this.predicate);