C# (CSharp) Simple.Migrator.Providers Namespace

Nested Namespaces

Simple.Migrator.Providers.Oracle
Simple.Migrator.Providers.PostgreSQL
Simple.Migrator.Providers.SQLite
Simple.Migrator.Providers.SqlServer

Classes

Name Description
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.
ForeignKeyConstraintMapper
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.
TypeNames This class maps a DbType to names.