[]
Represents a collection of DataSetField objects. All fields in the collection must have unique non-empty names.
public class DataSetFieldCollection : NamedCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
DataSetFieldCollection(DataSet) | Initializes a new instance of the DataSetFieldCollection class. |
Name | Description |
---|---|
this[int] | Gets the element at the specified index. |
this[string] | Gets the field with the specified name. |
Owner | Gets the DataSet object containing the current collection. |
Name | Description |
---|---|
Add(DataSetField) | Adds a DataSetField object to the current collection. |