C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetCollection Class / FindByName Method
The name to search for.

In This Topic
FindByName Method (DataSetCollection)
In This Topic
Searches for an dataset with the specified name in the current collection.
Syntax
'Declaration
 
Public Function FindByName( _
   ByVal name 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.
See Also