SqlSet.Any Method

Determines whether the set contains any elements.

Namespace: DbExtensions
Assembly: DbExtensions.dll

Overloads

  Name Description
Public method Any() Determines whether the set contains any elements.
Public method 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.

See Also

Reference

SqlSet Class
DbExtensions Namespace

© Max Toro Q.