Title here
Summary here
Describe methods that allows to intercept the CREATE TABLE sql generation in a CreateTableTask. It will convert the data type that is defined in a TableColumn into a custom database specific type.
Tries to convert the data type from the TableColumn into a database specific type.
Type | Name | Description |
---|---|---|
string | dataTypeName | The specific type name from a table column |
ConnectionType | connectionType | The database connection type |
Type | Description |
---|---|
string | The type used in the CREATE TABLE statement |