[]
Gets the element at the specified index.
public DataSetField this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | The index in the current collection. |
| Type | Description |
|---|---|
| DataSetField | The element at the specified index. |
Gets the field with the specified name.
public DataSetField this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The name of the field. |
| Type | Description |
|---|---|
| DataSetField | The DataSetField object with the specified Name, or null if a field with the specified name was not found. |