PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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
    public DataSet FindByName( 
       string name
    )

    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