[]
        
(Showing Draft Content)

C1.DataEngine.IDataList

IDataList Interface

Represents the collection of rows of a DataEngine table or query.

Namespace: C1.DataEngine
Assembly: C1.DataEngine.dll
Syntax
public interface IDataList : IDataReader, IDisposable, IDataRecord, ITypedList, IBindingListView, IBindingList, IList, ICollection, IEnumerable
Remarks

This collection can be used both for getting data programmatically and for data binding.

Properties

Name Description
Size

Returns number of rows in the table or query.

ViewLimit

Specifies maximum number of rows to include in the collection. If 0 (default), all rows are included.

Methods

Name Description
GetItem(long)

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