Namespace FluentMigrator.Runner.Conventions
Classes
ConventionSet
A convenience (empty) implementation of IConvention
DefaultAutoNameConvention
DefaultConstraintNameConvention
The default implementation of a IConstraint
DefaultForeignKeyNameConvention
The default implementation of a IForeign
DefaultIndexNameConvention
The default implementation of a IIndex
DefaultPrimaryKeyNameConvention
The default implementation of a IColumns
DefaultRootPathConvention
The default implementation of a IRoot
DefaultSchemaConvention
The class handling the default schema name
DefaultSchemaNameConvention
The default implementation of the IDefault
Interfaces
IAutoNameConvention
A convention working on IAuto
IColumnsConvention
A convention working on IColumns
IConstraintConvention
A convention working on IConstraint
IConventionSet
A set of conventions to be applied to expressions
IDefaultSchemaNameConvention
A convention that returns the default schema name depending on the original schema name
IForeignKeyConvention
A convention working on IForeign
IIndexConvention
A convention working on IIndex
IRootPathConvention
A convention working on IFile
ISequenceConvention
A convention working on ISequence