FindByName Method (DataSetCollection)
In This Topic
Searches for an dataset with the specified name in the current collection.
Syntax
Parameters
- name
- The name to search for.
Return Value
The dataset with the specified name, or null if the dataset was not found.
See Also