Click or drag to resize

TableInfosAdd Method (TableInfo)

Adds a field to the collection

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	TableInfo field
)

Parameters

field
Type: NetQuarry.DataTableInfo
The field to add.

Return Value

Type: Int32
The position into which the object was inserted into the underlying IList
See Also