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
)
Public Function Add (
field As TableInfo
) As Integer
Parameters
- field
- Type: NetQuarry.DataTableInfo
The field to add.
Return Value
Type:
Int32The position into which the object was inserted into the underlying IList
See Also