Click or drag to resize

SQLUpdaterAddColumn Method (IField, SQLColumnFlags)

Adds a column to the class using data and configuration from the specified IField.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddColumn(
	IField fld,
	SQLColumnFlags flags = 
)

Parameters

fld
Type: NetQuarry.DataIField
The field.
flags (Optional)
Type: NetQuarrySQLColumnFlags
Flags specifying additional information about the column or how it is to be added.
See Also