Method | Description | |
---|---|---|
AddTypes ( IEnumerable |
||
FromAssembly ( |
Collect migrations in one
|
|
MigratorOptions ( string provider, string connectionString ) : System | ||
WithSchemaTable ( string table ) : |
||
WriteWith ( Action |
public AddTypes ( IEnumerable |
||
types | IEnumerable |
|
return |
public FromAssembly ( |
||
asm | The |
|
return |
public MigratorOptions ( string provider, string connectionString ) : System | ||
provider | string | |
connectionString | string | |
return | System |
public WithSchemaTable ( string table ) : |
||
table | string | |
return |
public WriteWith ( Action |
||
writer | Action |
|
return |