Interface IFetchResult

Contains items that were requested from an IListDataAdapter and provides some information about those items.

Index

Properties

Properties

public absoluteIndex: number

Gets or sets the index of the requested item in the IListDataAdapter object's data source.

public atEnd: boolean

Gets or sets a value that indicates whether this IFetchResult contains the last items at the end of the IListDataAdapter object's data source.

public atStart: boolean

Gets or sets a value that indicates whether this IFetchResult contains the first items at the beginning of the IListDataAdapter object's data source.

public items: Array<T>

Gets or sets the items returned by the fetch operation.

public offset: number

Gets or sets the location of the requested item within the items array.

public totalCount: number

Gets or sets the number of items in the IListDataAdapter object's underlying data source.