AddTable ( this transformationProvider, String tableName, ActiontableDefinition ) : void
New table definition. |
|
ChangeTable ( this transformationProvider, String tableName, Action tableDefinition ) : void |
New table expression. |
|
Описание методов
AddTable()
публичный статический Метод
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. |
Результат |
void |
|
ChangeTable()
публичный статический Метод
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. |
Результат |
void |
|
| | |