Overload List

  NameDescription
AddColumn(String, String, ModelDataType)
Add a nullable column to an existing table.
AddColumn(String, String, ModelDataType, Boolean)
Add a column to an existing table.
AddColumn(String, String, String, ModelDataType, Boolean)
Add a column to an existing table.
AddColumn(String, String, String, String, Boolean)
Add a column to an existing table.
AddColumn(String, String, String, ModelDataType, Boolean, Int32)
Add a column to an existing table.
AddColumn(String, String, String, ModelDataType, Boolean, Nullable<(Of <(Int32>)>), Boolean)
Add a column to an existing table.

See Also