Table of Contents

Class SqlCheckDefinitionNode

Namespace
LfrlAnvil.Sql.Expressions
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL syntax tree node that defines a check constraint.

public sealed class SqlCheckDefinitionNode : SqlNodeBase
Inheritance
SqlCheckDefinitionNode
Inherited Members

Properties

Condition

Check constraint's condition.

public SqlConditionNode Condition { get; }

Property Value

SqlConditionNode

Name

Check constraint's name.

public SqlSchemaObjectName Name { get; }

Property Value

SqlSchemaObjectName