The IFieldCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Add a field to a collection.
| |
ContainsKey |
Test the collection for the presence of a given field by name, returns
a true/false.
| |
GetEnumerator()()()() | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<(Of <(<'IField>)>)>.) | |
GetEnumerator()()()() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetEnumerator()()()() |
Retrieve the enumerator for the collection.
| |
Remove |
Remove a field from a collection.
| |
SetPrimaryKey |
Set a field (by name) as a primary key field.
|
Properties
Name | Description | |
---|---|---|
Count |
Get the count of fields in the collection.
| |
Item |
Indexer by field name (Get/Set).
| |
Keys |
Get the collection of fields names.
| |
PrimaryKeyField |
Get the primary key field.
| |
Values |
Gets the collection of the field's values.
|
Events
Name | Description | |
---|---|---|
FieldValueChanged |
FieldValue Changed event handler.
|