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.

Properties

  NameDescription
Public propertyCount
Get the count of fields in the collection.
Public propertyItem
Indexer by field name (Get/Set).
Public propertyKeys
Get the collection of fields names.
Public propertyPrimaryKeyField
Get the primary key field.
Public propertyValues
Gets the collection of the field's values.

Events

  NameDescription
Public eventFieldValueChanged
FieldValue Changed event handler.

See Also