[]
Searches for an dataset with the specified name in the current collection.
public DataSet FindByName(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name to search for. |
| Type | Description |
|---|---|
| DataSet | The dataset with the specified name, or null if the dataset was not found. |