Class SqlPrimaryKeyDefinitionNode
- Namespace
- LfrlAnvil.Sql.Expressions
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree node that defines a primary key constraint.
public sealed class SqlPrimaryKeyDefinitionNode : SqlNodeBase
- Inheritance
-
SqlPrimaryKeyDefinitionNode
- Inherited Members
Properties
Columns
Collection of columns that define this primary key constraint.
public ReadOnlyArray<SqlOrderByNode> Columns { get; }
Property Value
Name
Primary key constraint's name.
public SqlSchemaObjectName Name { get; }