The following tables list the members exposed by the Where type.

Name Description
Public property Parameters Gets the collection of WhereParameter that sets the values of the parameters included in TextualCriteria.
Public property TextualCriteria Gets the textual filtering criteria expressed as an SQL style predicate with entity properties, for example: "SomeEntityProperty = @SomeEntityProperty AND OtherEntityProperty >= 10".
Top