SqlSet.Any(SqlSet.OperatorStringHandler) Method
Determines whether any element of the set satisfies a condition.
Namespace: DbExtensions
Assembly: DbExtensions.dll
Overloads
| Name | Description |
|---|---|
| Any() | Determines whether the set contains any elements. |
| Any(OperatorStringHandler) | Determines whether any element of the set satisfies a condition. |
| Any(String) | Determines whether any element of the set satisfies a condition. |
Syntax
public bool Any(
ref OperatorStringHandler predicate
)
Parameters
predicate OperatorStringHandler
A SQL expression to test each row for a condition.
Return Value
Boolean
true if any elements in the set pass the test in the specified predicate; otherwise, false.