InfiniteSourceBase Properties
Serves as a base class for infinite sources.Name | Description |
---|---|
AreRowsFetching | Gets whether the data source is currently fetching rows. Inherited from VirtualSourceBase. |
Count | Returns the number of currently loaded data records. 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 method of fetching rows. |
FetchRowsException | Gets an exception that occurred while fetching rows. Inherited from VirtualSourceBase. |
IsResetting | Gets whether the source data is resetting. |
IsRowUpdating | For internal use. Inherited from VirtualSourceBase. |
RowsFetchState | Gets the state of fetching rows. |
SummaryInProgressText | Gets or sets the text that is shown when the summary is calculating. Inherited from VirtualSourceBase. |
See Also