[]
        
(Showing Draft Content)

C1.DataEngine.IDataList.GetItem

GetItem Method

GetItem(long)

Collection element (row) access with access to column values in the row through the IDataRecord interface.

Declaration
IDataRecord GetItem(long index)
Parameters
Type Name Description
long index

The zero-based index of the element (row).

Returns
Type Description
IDataRecord

Element (row) at the specified index implementing the IDataRecord interface.