SqlSet.Any Method
Determines whether the set contains any elements.
Namespace: DbExtensions
Assembly: DbExtensions.dll
Overloads
Name | Description | |
---|---|---|
Any() | Determines whether the set contains any elements. | |
Any(String, Object[]) | Determines whether any element of the set satisfies a condition. |
Syntax
public bool Any()
Return Value
Boolean
true if the sequence contains any elements; otherwise, false.