[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSetFieldCollection.Item

this Property

this[int]

Gets the element at the specified index.

Declaration
public DataSetField this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As DataSetField
Parameters
Type Name Description
int index

The index in the current collection.

Property Value
Type Description
DataSetField

The element at the specified index.

this[string]

Gets the field with the specified name.

Declaration
public DataSetField this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As DataSetField
Parameters
Type Name Description
string name

The name of the field.

Property Value
Type Description
DataSetField

The DataSetField object with the specified Name, or null if a field with the specified name was not found.