Mono Class Library: Overview

System.Web.UI.DataSourceView: Members

The members of System.Web.UI.DataSourceView are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
CanDeletebool. Documentation for this section has not yet been entered.
[read-only]
CanInsertbool. Documentation for this section has not yet been entered.
[read-only]
CanPagebool. Documentation for this section has not yet been entered.
[read-only]
CanRetrieveTotalRowCountbool. Documentation for this section has not yet been entered.
[read-only]
CanSortbool. Documentation for this section has not yet been entered.
[read-only]
CanUpdatebool. Documentation for this section has not yet been entered.
[read-only]
Namestring. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
EventsSystem.ComponentModel.EventHandlerList. Documentation for this section has not yet been entered.

Public Methods

Delete(IDictionary, IDictionary, DataSourceViewOperationCallback)
Documentation for this section has not yet been entered.
Insert(IDictionary, DataSourceViewOperationCallback)
Documentation for this section has not yet been entered.
Select(DataSourceSelectArguments, DataSourceViewSelectCallback)
Documentation for this section has not yet been entered.
Update(IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback)
Documentation for this section has not yet been entered.

Protected Methods

ExecuteDelete(IDictionary, IDictionary) : int
Documentation for this section has not yet been entered.
ExecuteInsert(IDictionary) : int
Documentation for this section has not yet been entered.
abstract
ExecuteSelect(DataSourceSelectArguments) : IEnumerable
Documentation for this section has not yet been entered.
ExecuteUpdate(IDictionary, IDictionary, IDictionary) : int
Documentation for this section has not yet been entered.
OnDataSourceViewChanged(EventArgs)
Documentation for this section has not yet been entered.
RaiseUnsupportedCapabilityError(DataSourceCapabilities)
Documentation for this section has not yet been entered.

Public Events

DataSourceViewChangedDocumentation for this section has not yet been entered.