Click or drag to resize

SQLUpdaterAddColumn Method

Overload List
  NameDescription
Public methodAddColumn(IField, SQLColumnFlags)
Adds a column to the class using data and configuration from the specified IField.
Public methodAddColumn(String, Object, OleDbType)
Adds a column to the class.
Public methodAddColumn(String, Object, OleDbType, Int32)
Adds a column to the class truncating if necessary.
Public methodAddColumn(String, Object, OleDbType, Int32, SQLColumnFlags)
Adds a column to the class truncating if necessary.
Top
See Also