Click or drag to resize

SQLInserterAddColumn Method

Overload List
  NameDescription
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