FieldsAdd Method (IField) |
Adds an
IField to the collection.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Add(
IField field
)
Public Function Add (
field As IField
) As Integer
Parameters
- field
- Type: NetQuarry.DataIField
The field to add.
Return Value
Type:
Int32The position into which the object was inserted into the underlying IList
See Also