FindByName Method (DataSetCollection)
Searches for an dataset with the specified name in the current collection.
'Declaration
Public Function FindByName( _
ByVal As String _
) As DataSet
Parameters
- name
- The name to search for.
Return Value
The dataset with the specified name, or null if the dataset was not found.