Skip to main content
A newer version of this page is available. .

InfiniteSourceBase Properties

Serves as a base class for infinite sources.
Name Description
AreRowsFetching Gets whether the source is fetching rows right now. Inherited from VirtualSourceBase.
Count Returns the number of elements. Inherited from VirtualSourceBase.
CustomProperties Gets or sets custom descriptors. Inherited from VirtualSourceBase.
ElementType Gets or sets the type of objects retrieved from a data source. Inherited from VirtualSourceBase.
FetchMode Gets or sets the mode of fetching rows.
FetchRowsException Gets an exception that occurred while fetching rows. Inherited from VirtualSourceBase.
IsResetting Gets whether the source’s data is resetting.
IsRowUpdating For internal use. Inherited from VirtualSourceBase.
RowsFetchState Gets a state of fetching rows.
SummaryInProgressText Gets or sets the text that is shown when the summary is calculating. Inherited from VirtualSourceBase.
See Also