[]
Gets or sets the DataSet at the specified index.
public DataSet this[int index] { get; set; }
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; }
Type | Name | Description |
---|---|---|
string | name | The name of DataSet. |
Type | Description |
---|---|
DataSet | The DataSet with the specified name,
or |