The RssDataSourceView type exposes the following members.

Properties

  NameDescription
Public propertyCanDelete
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) operation.
(Inherited from DataSourceView.)
Public propertyCanInsert
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert(IDictionary) operation.
(Inherited from DataSourceView.)
Public propertyCanPage
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect(DataSourceSelectArguments) method.
(Inherited from DataSourceView.)
Public propertyCanRetrieveTotalRowCount
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports retrieving the total number of data rows, instead of the data.
(Inherited from DataSourceView.)
Public propertyCanSort
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.
(Inherited from DataSourceView.)
Public propertyCanUpdate
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation.
(Inherited from DataSourceView.)
Protected propertyEvents
Gets a list of event-handler delegates for the data source view.
(Inherited from DataSourceView.)
Public propertyName
Gets the name of the data source view.
(Inherited from DataSourceView.)

See Also