[]
Gets or sets the DataSet at the specified index.
public DataSet this[int index] { get; set; }
Public Default Property Item(index As Integer) As DataSet
| Type | Name | Description |
|---|---|---|
| int | index | The index in the current collection. |
| Type | Description |
|---|---|
| DataSet | The DataSet at the specified index. |
Gets the DataSet with the specified name.
public DataSet this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As DataSet
| Type | Name | Description |
|---|---|---|
| string | name | The name of DataSet. |
| Type | Description |
|---|---|
| DataSet | The DataSet with the specified name,
or |