[]
Represents the collection of rows of a DataEngine table or query.
public interface IDataList : IDataReader, IDisposable, IDataRecord, ITypedList, IBindingListView, IBindingList, IList, ICollection, IEnumerable
This collection can be used both for getting data programmatically and for data binding.
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. |
Name | Description |
---|---|
GetItem(long) | Collection element (row) access with access to column values in the row through the IDataRecord interface. |