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.
|