System.Web.UI.DataSourceView: Property Members

The properties of System.Web.UI.DataSourceView are listed below. For a list of all members, see the DataSourceView Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CanDeletebool.

Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports the DataSourceView.ExecuteDelete(IDictionary, IDictionary) operation.

[read-only]
CanInsertbool.

Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports the DataSourceView.ExecuteInsert(IDictionary) operation.

[read-only]
CanPagebool.

Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports paging through the data retrieved by the DataSourceView.ExecuteSelect(DataSourceSelectArguments) method.

[read-only]
CanRetrieveTotalRowCountbool.

Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports retrieving the total number of data rows, instead of the data.

[read-only]
CanSortbool.

Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports a sorted view on the underlying data source.

[read-only]
CanUpdatebool.

Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports the DataSourceView.ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation.

[read-only]
Namestring.

Gets the name of the data source view.

Protected Properties

[read-only]
EventsSystem.ComponentModel.EventHandlerList.

Gets a list of event-handler delegates for the data source view.