Table of Contents

Interface INeosPrimaryKey

Namespace
GroupeIsa.Neos.Migration.Schema
Assembly
GroupeIsa.Neos.Migration.Abstractions.dll

Provides the functionelities of a primary key.

public interface INeosPrimaryKey

Properties

Columns

Gets or sets the columns.

ReadOnlyArray<string> Columns { get; set; }

Property Value

ReadOnlyArray<string>

Name

Gets or sets the name.

string Name { get; set; }

Property Value

string

TableName

Gets or sets the name of the table.

string TableName { get; set; }

Property Value

string