The IFieldCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add a field to a collection.
Public methodContainsKey
Test the collection for the presence of a given field by name, returns a true/false.
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'IField>)>)>.)
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodGetEnumerator()()()()
Retrieve the enumerator for the collection.
Public methodRemove
Remove a field from a collection.
Public methodSetPrimaryKey
Set a field (by name) as a primary key field.

See Also