AddTable ( this transformationProvider, String tableName, ActiontableDefinition ) : void
New table definition. |
|
ChangeTable ( this transformationProvider, String tableName, Action tableDefinition ) : void |
New table expression. |
|
Method Details
AddTable()
public static méthode
public static AddTable ( this transformationProvider, String tableName, ActiontableDefinition ) : void
transformationProvider |
this |
The transformation provider. |
tableName |
String |
Name of the table. |
tableDefinition |
Action
The table definition expressions. |
Résultat |
void |
|
ChangeTable()
public static méthode
public static ChangeTable ( this transformationProvider, String tableName, Action tableDefinition ) : void |
transformationProvider |
this |
The transformation provider. |
tableName |
String |
Name of the table. |
tableDefinition |
Action |
The table change expressions. |
Résultat |
void |
|
| | |