Click or drag to resize

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

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
)

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