Click or drag to resize

SQLSelectIntoAddColumn Method

Overload List
  NameDescription
Public methodAddColumn(String, OleDbType)
Adds a column (to be copied) to the class where both the source and destination names, and data types match. If either names and/or types do not match match, use AddColumn(String, OleDbType, String, OleDbType) instead.
Public methodAddColumn(String, OleDbType, String, OleDbType)
Adds a column (to be copied) to the class where the source and destination names and/or data types do not match. If both match, use AddColumn(String, OleDbType) instead.
Top
See Also