Class SqlExistsConditionNode
- Namespace
- LfrlAnvil.Sql.Expressions.Logical
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree condition node that defines a logical check if any record exists in a sub-query.
public sealed class SqlExistsConditionNode : SqlConditionNode
- Inheritance
-
SqlExistsConditionNode
- Inherited Members
- Extension Methods
Properties
IsNegated
Specifies whether or not this node represents a check if no records exist in a sub-query.
public bool IsNegated { get; }
Property Value
Query
Sub-query to check.
public SqlQueryExpressionNode Query { get; }