[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSetCollection.Item

this Property

this[int]

Gets or sets the DataSet at the specified index.

Declaration
public DataSet this[int index] { get; set; }
Parameters
Type Name Description
int index

The index in the current collection.

Property Value
Type Description
DataSet

The DataSet at the specified index.

this[string]

Gets the DataSet with the specified name.

Declaration
public DataSet this[string name] { get; }
Parameters
Type Name Description
string name

The name of DataSet.

Property Value
Type Description
DataSet

The DataSet with the specified name, or null if the dataset could not be found.