[]
Gets the element at the specified index.
public DataSetField this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As DataSetField
| 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; }
Public ReadOnly Default Property Item(name As String) As DataSetField
| 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. |