Click or drag to resize

SQLUpdaterAddColumn Method (String, Object, OleDbType, Int32, SQLColumnFlags)

Adds a column to the class truncating if necessary.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddColumn(
	string name,
	Object val,
	OleDbType dataType,
	int maxLen,
	SQLColumnFlags flags
)

Parameters

name
Type: SystemString
The column name
val
Type: SystemObject
The column's value.
dataType
Type: System.Data.OleDbOleDbType
The datatype of the column.
maxLen
Type: SystemInt32
The maximum length (for string columns only).
flags
Type: NetQuarrySQLColumnFlags
Flags specifying additional information about the column or how it is to be added.
See Also