메소드 | 설명 | |
---|---|---|
AddTable ( string name, Action |
||
AddTable ( string name, bool addPrimaryKey, Action |
||
ChangeTable ( string name, Action |
||
Do ( Action |
||
Execute ( ITransformationProvider provider ) : void | ||
RemoveTable ( string name ) : TableRemoveAction | ||
RenameTable ( string fromName, string toName ) : TableRenameAction | ||
SchemaAction ( IConvention convention ) : System |
public AddTable ( string name, Action |
||
name | string | |
definition | Action |
|
리턴 |
public AddTable ( string name, bool addPrimaryKey, Action |
||
name | string | |
addPrimaryKey | bool | |
definition | Action |
|
리턴 |
public ChangeTable ( string name, Action |
||
name | string | |
definition | Action |
|
리턴 |
public Execute ( ITransformationProvider provider ) : void | ||
provider | ITransformationProvider | |
리턴 | void |
public RemoveTable ( string name ) : TableRemoveAction | ||
name | string | |
리턴 | TableRemoveAction |
public RenameTable ( string fromName, string toName ) : TableRenameAction | ||
fromName | string | |
toName | string | |
리턴 | TableRenameAction |
public SchemaAction ( IConvention convention ) : System | ||
convention | IConvention | |
리턴 | System |