Migrator.Providers.Mysql |
Migrator.Providers.Oracle |
Migrator.Providers.PostgreSQL |
Migrator.Providers.SQLite |
Migrator.Providers.SqlServer |
Имя | Описание |
---|---|
ColumnPropertiesMapper | This is basically a just a helper base class per-database implementors may want to override ColumnSql |
Dialect | Defines the implementations specific details for a particular database. |
NoOpTransformationProvider | No Op (Null Object Pattern) implementation of the ITransformationProvider |
TransformationProvider | Base class for every transformation providers. A 'tranformation' is an operation that modifies the database. |