Mono Class Library: Overview

System.Web.UI.WebControls.ObjectDataSourceView: Members

The members of System.Web.UI.WebControls.ObjectDataSourceView are listed below.

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

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
CanDeletebool. Documentation for this section has not yet been entered.
[read-only]
override
CanInsertbool. Documentation for this section has not yet been entered.
[read-only]
override
CanPagebool. Documentation for this section has not yet been entered.
[read-only]
override
CanRetrieveTotalRowCountbool. Documentation for this section has not yet been entered.
[read-only]
override
CanSortbool. Documentation for this section has not yet been entered.
[read-only]
override
CanUpdatebool. Documentation for this section has not yet been entered.
ConflictDetectionSystem.Web.UI.ConflictOptions. Documentation for this section has not yet been entered.
ConvertNullToDBNullbool. Documentation for this section has not yet been entered.
DataObjectTypeNamestring. Documentation for this section has not yet been entered.
DeleteMethodstring. Documentation for this section has not yet been entered.
[read-only]
DeleteParametersParameterCollection. Documentation for this section has not yet been entered.
EnablePagingbool. Documentation for this section has not yet been entered.
FilterExpressionstring. Documentation for this section has not yet been entered.
[read-only]
FilterParametersParameterCollection. Documentation for this section has not yet been entered.
InsertMethodstring. Documentation for this section has not yet been entered.
[read-only]
InsertParametersParameterCollection. Documentation for this section has not yet been entered.
MaximumRowsParameterNamestring. Documentation for this section has not yet been entered.
OldValuesParameterFormatStringstring. Documentation for this section has not yet been entered.
SelectCountMethodstring. Documentation for this section has not yet been entered.
SelectMethodstring. Documentation for this section has not yet been entered.
[read-only]
SelectParametersParameterCollection. Documentation for this section has not yet been entered.
SortParameterNamestring. Documentation for this section has not yet been entered.
StartRowIndexParameterNamestring. Documentation for this section has not yet been entered.
TypeNamestring. Documentation for this section has not yet been entered.
UpdateMethodstring. Documentation for this section has not yet been entered.
[read-only]
UpdateParametersParameterCollection. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
IsTrackingViewStatebool. Documentation for this section has not yet been entered.

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(ObjectDataSourceStatusEventArgs)
Documentation for this section has not yet been entered.
OnDeleting(ObjectDataSourceMethodEventArgs)
Documentation for this section has not yet been entered.
OnFiltering(ObjectDataSourceFilteringEventArgs)
Documentation for this section has not yet been entered.
OnInserted(ObjectDataSourceStatusEventArgs)
Documentation for this section has not yet been entered.
OnInserting(ObjectDataSourceMethodEventArgs)
Documentation for this section has not yet been entered.
OnObjectCreated(ObjectDataSourceEventArgs)
Documentation for this section has not yet been entered.
OnObjectCreating(ObjectDataSourceEventArgs)
Documentation for this section has not yet been entered.
OnObjectDisposing(ObjectDataSourceDisposingEventArgs)
Documentation for this section has not yet been entered.
OnSelected(ObjectDataSourceStatusEventArgs)
Documentation for this section has not yet been entered.
OnSelecting(ObjectDataSourceSelectingEventArgs)
Documentation for this section has not yet been entered.
OnUpdated(ObjectDataSourceStatusEventArgs)
Documentation for this section has not yet been entered.
OnUpdating(ObjectDataSourceMethodEventArgs)
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.

Public Events

DeletedDocumentation for this section has not yet been entered.
DeletingDocumentation for this section has not yet been entered.
FilteringDocumentation for this section has not yet been entered.
InsertedDocumentation for this section has not yet been entered.
InsertingDocumentation for this section has not yet been entered.
ObjectCreatedDocumentation for this section has not yet been entered.
ObjectCreatingDocumentation for this section has not yet been entered.
ObjectDisposingDocumentation for this section has not yet been entered.
SelectedDocumentation for this section has not yet been entered.
SelectingDocumentation for this section has not yet been entered.
UpdatedDocumentation for this section has not yet been entered.
UpdatingDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

[read-only]
System.Web.UI.IStateManager.IsTrackingViewStatebool. Documentation for this section has not yet been entered.
System.Web.UI.IStateManager.LoadViewStateDocumentation for this section has not yet been entered.
System.Web.UI.IStateManager.SaveViewStateDocumentation for this section has not yet been entered.
System.Web.UI.IStateManager.TrackViewStateDocumentation for this section has not yet been entered.