Click or drag to resize

SQLUpserterAddColumn Method

Overload List
  NameDescription
Public methodAddColumn(String, Object, OleDbType, UpsertRoles)
Adds a column to the class
Public methodAddColumn(String, Object, OleDbType, UpsertRoles, Int32)
Adds a column to the class, truncating if necessary.
Public methodAddColumn(String, Object, OleDbType, UpsertRoles, Int32, SQLColumnFlags)
Adds a column to the class, truncating if necessary.
Top
See Also