Namespace GroupeIsa.Neos.Migration.Schema
Classes
- SqlPredicateNormalizer
Normalizes a SQL boolean predicate to a canonical form so that the predicate authored by Neos and the (reformatted) predicate stored by the database engine compare equal.
Interfaces
- INeosCheckConstraint
Provides the functionelities of a check constraint.
- INeosColumn
Provides the functionalities of a column.
- INeosForeignKey
Provides the functionalities of a foreign key.
- INeosIndex
Provides the functionalities of an index.
- INeosIndexColumn
Provides the functionalities of an index column.
- INeosPrimaryKey
Provides the functionelities of a primary key.
- INeosSchema
Provides the functionalities of a schema.
- INeosTable
Provides the functionalities of a table.
- INeosView
Provides the functionalities of a view.
Enums
- ColumnType
Column type.
- ComputedColumnPersistenceMode
Represents the persistence mode of a computed column.
- NeosForeignKeyDeleteAction
Specifies the Foreign key delete action.
- NeosIndexColumnSort
Index column sort.
- NeosIndexColumnType
Index column types.