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

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public DataSet FindByName(
	string name
)
Visual Basic
Public Function FindByName ( _
	name As String _
) As DataSet

Parameters

name
Type: System..::..String
The name to search for.

Return Value

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

See Also