Searches for an dataset with the specified name in the current collection.
Namespace:
C1.C1Preview.DataBindingAssembly: 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.