Mono Class Library: Overview

System.Web.UI.WebControls.SqlDataSourceView: Method Members

The methods of System.Web.UI.WebControls.SqlDataSourceView are listed below. For a list of all members, see the SqlDataSourceView Members list.

See Also: Inherited members from System.Web.UI.DataSourceView

Public Methods

Delete(IDictionary, IDictionary) : int
Documentation for this section has not yet been entered.
Insert(IDictionary) : int
Documentation for this section has not yet been entered.
Select(System.Web.UI.DataSourceSelectArguments) : IEnumerable
Documentation for this section has not yet been entered.
Update(IDictionary, IDictionary, IDictionary) : int
Documentation for this section has not yet been entered.

Protected Methods

override
ExecuteDelete(IDictionary, IDictionary) : int
Documentation for this section has not yet been entered.
override
ExecuteInsert(IDictionary) : int
Documentation for this section has not yet been entered.
override
ExecuteSelect(System.Web.UI.DataSourceSelectArguments) : IEnumerable
Documentation for this section has not yet been entered.
override
ExecuteUpdate(IDictionary, IDictionary, IDictionary) : int
Documentation for this section has not yet been entered.
LoadViewState(object)
Documentation for this section has not yet been entered.
OnDeleted(SqlDataSourceStatusEventArgs)
Documentation for this section has not yet been entered.
OnDeleting(SqlDataSourceCommandEventArgs)
Documentation for this section has not yet been entered.
OnFiltering(SqlDataSourceFilteringEventArgs)
Documentation for this section has not yet been entered.
OnInserted(SqlDataSourceStatusEventArgs)
Documentation for this section has not yet been entered.
OnInserting(SqlDataSourceCommandEventArgs)
Documentation for this section has not yet been entered.
OnSelected(SqlDataSourceStatusEventArgs)
Documentation for this section has not yet been entered.
OnSelecting(SqlDataSourceSelectingEventArgs)
Documentation for this section has not yet been entered.
OnUpdated(SqlDataSourceStatusEventArgs)
Documentation for this section has not yet been entered.
OnUpdating(SqlDataSourceCommandEventArgs)
Documentation for this section has not yet been entered.
SaveViewState() : object
Documentation for this section has not yet been entered.
TrackViewState()
Documentation for this section has not yet been entered.