[]
Adds a DataSet object to the current collection.
public int Add(DataSet item)
Public Function Add(item As DataSet) As Integer
| Type | Name | Description |
|---|---|---|
| DataSet | item | The DataSet object to add. |
| Type | Description |
|---|---|
| int | The index of the added object in the current collection. |