SQLUpdaterAddColumn Method |
Name | Description | |
---|---|---|
AddColumn(IField, SQLColumnFlags) |
Adds a column to the class using data and configuration from the specified IField.
| |
AddColumn(String, Object, OleDbType) |
Adds a column to the class.
| |
AddColumn(String, Object, OleDbType, Int32) |
Adds a column to the class truncating if necessary.
| |
AddColumn(String, Object, OleDbType, Int32, SQLColumnFlags) |
Adds a column to the class truncating if necessary.
|