SQLSelectIntoAddColumn Method |
Name | Description | |
---|---|---|
AddColumn(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.
| |
AddColumn(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.
|