Namespace FluentMigrator.Runner.Conventions
Classes
ConventionSet
A convenience (empty) implementation of IConventionSet
DefaultAutoNameConvention
The default implementation of a IAutoNameConvention
DefaultConstraintNameConvention
The default implementation of a IConstraintConvention
DefaultForeignKeyNameConvention
The default implementation of a IForeignKeyConvention
DefaultIndexNameConvention
The default implementation of a IIndexConvention
DefaultPrimaryKeyNameConvention
The default implementation of a IColumnsConvention
DefaultRootPathConvention
The default implementation of a IRootPathConvention
DefaultSchemaConvention
The class handling the default schema name
DefaultSchemaNameConvention
The default implementation of the IDefaultSchemaNameConvention
Interfaces
IAutoNameConvention
A convention working on IAutoNameExpression implementations
IColumnsConvention
A convention working on IColumnsExpression implementations
IConstraintConvention
A convention working on IConstraintExpression implementations
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 IForeignKeyExpression implementations
IIndexConvention
A convention working on IIndexExpression implementations
IRootPathConvention
A convention working on IFileSystemExpression implementations
ISequenceConvention
A convention working on ISequenceExpression implementations