[]
Gets or sets the DataProviderInfo at the specified index.
public DataProviderInfo this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index | The index of the item to get or set. |
| Type | Description |
|---|---|
| DataProviderInfo | The DataProviderInfo at the index. |