Where constructor

Where(
  1. Expression<bool> predicate
)

Construct a Where clause from its predicate.

Implementation

Where(this.predicate);