[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSetCollection.FindByName

FindByName Method

FindByName(string)

Searches for an dataset with the specified name in the current collection.

Declaration
public DataSet FindByName(string name)
Parameters
Type Name Description
string name

The name to search for.

Returns
Type Description
DataSet

The dataset with the specified name, or null if the dataset was not found.