VirtualSourceBase Properties
Serves as a base class for virtual sources.| Name | Description |
|---|---|
| AreRowsFetching | Gets whether the data source is currently fetching rows. |
| Count | Returns the number of currently loaded data records. |
| CustomProperties | Gets or sets custom descriptors. |
| ElementType | Gets or sets the type of objects retrieved from a data source. |
| FetchRowsException | Gets an exception that occurred while fetching rows. |
| IsRowUpdating | For internal use. |
| SummaryInProgressText | Gets or sets the text that is shown when the summary is calculating. |
See Also