The following tables list the members exposed by DataFieldCollection.
Public Properties
| Name | Description |
| Count | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<DataField>) |
| Item | Gets a DataField with specified name, throws an exception if not found. |
Top
Public Methods
| Name | Description |
| Contains | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<DataField>) |
| CopyTo | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<DataField>) |
| IndexByName | Returns index of the DataField by its name. |
| IndexOf | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<DataField>) |
Top
See Also