SQLSelectIntoAddColumn Method (String, OleDbType) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void AddColumn(
string name,
OleDbType dataType
)
Public Sub AddColumn (
name As String,
dataType As OleDbType
)
Parameters
- name
- Type: SystemString
The name of the column to copy. - dataType
- Type: System.Data.OleDbOleDbType
The datatype of the column to copy.
See Also