The members of System.Web.UI.DataSourceView are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.DataSourceView class. |
[read-only] | CanDelete | bool.
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] | CanInsert | bool.
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] | CanPage | bool.
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] | CanRetrieveTotalRowCount | bool.
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] | CanSort | bool.
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] | CanUpdate | bool.
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] | Name | string.
Gets the name of the data source view. |
[read-only] | Events | System.ComponentModel.EventHandlerList.
Gets a list of event-handler delegates for the data source view. |
Delete(IDictionary, IDictionary, DataSourceViewOperationCallback)
| ||
Insert(IDictionary, DataSourceViewOperationCallback)
| ||
Select(DataSourceSelectArguments, DataSourceViewSelectCallback)
| ||
Update(IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback)
|
ExecuteDelete(IDictionary, IDictionary)
| ||
ExecuteInsert(IDictionary)
| ||
abstract | ExecuteSelect(DataSourceSelectArguments)
| |
ExecuteUpdate(IDictionary, IDictionary, IDictionary)
| ||
OnDataSourceViewChanged(EventArgs)
| ||
RaiseUnsupportedCapabilityError(DataSourceCapabilities)
|
DataSourceViewChanged |
Occurs when the data source view has changed. |