SqlSet.Where(SqlSet.OperatorStringHandler) Method

Filters the set based on a predicate.

Namespace: DbExtensions
Assembly: DbExtensions.dll

Overloads

Name Description
Where(OperatorStringHandler) Filters the set based on a predicate.
Where(String) Filters the set based on a predicate.

Syntax

public SqlSet Where(
	ref OperatorStringHandler predicate
)

Parameters

predicate  OperatorStringHandler

A SQL expression to test each row for a condition.

Return Value

SqlSet
A new SqlSet that contains elements from the current set that satisfy the condition.

See Also

Reference

SqlSet Class
DbExtensions Namespace

© Max Toro Q.