Table of Contents

Interface INeosIndexColumn

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

Provides the functionalities of an index column.

public interface INeosIndexColumn

Properties

Name

Gets the name.

string Name { get; }

Property Value

string

Sort

Gets the sort.

NeosIndexColumnSort Sort { get; }

Property Value

NeosIndexColumnSort

Type

Gets the type.

NeosIndexColumnType Type { get; }

Property Value

NeosIndexColumnType