Mono Class Library: Overview

System.Web.UI.WebControls.SqlDataSource: Members

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

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

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

CacheDurationint. Documentation for this section has not yet been entered.
CacheExpirationPolicySystem.Web.UI.DataSourceCacheExpiry. Documentation for this section has not yet been entered.
CacheKeyDependencystring. Documentation for this section has not yet been entered.
CancelSelectOnNullParameterbool. Documentation for this section has not yet been entered.
ConflictDetectionSystem.Web.UI.ConflictOptions. Documentation for this section has not yet been entered.
ConnectionStringstring. Documentation for this section has not yet been entered.
DataSourceModeSqlDataSourceMode. Documentation for this section has not yet been entered.
DeleteCommandstring. Documentation for this section has not yet been entered.
DeleteCommandTypeSqlDataSourceCommandType. Documentation for this section has not yet been entered.
[read-only]
DeleteParametersParameterCollection. Documentation for this section has not yet been entered.
EnableCachingbool. 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.
InsertCommandstring. Documentation for this section has not yet been entered.
InsertCommandTypeSqlDataSourceCommandType. Documentation for this section has not yet been entered.
[read-only]
InsertParametersParameterCollection. Documentation for this section has not yet been entered.
OldValuesParameterFormatStringstring. Documentation for this section has not yet been entered.
ProviderNamestring. Documentation for this section has not yet been entered.
SelectCommandstring. Documentation for this section has not yet been entered.
SelectCommandTypeSqlDataSourceCommandType. 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.
SqlCacheDependencystring. Documentation for this section has not yet been entered.
UpdateCommandstring. Documentation for this section has not yet been entered.
UpdateCommandTypeSqlDataSourceCommandType. Documentation for this section has not yet been entered.
[read-only]
UpdateParametersParameterCollection. Documentation for this section has not yet been entered.

Public Methods

Delete() : int
Documentation for this section has not yet been entered.
Insert() : 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() : int
Documentation for this section has not yet been entered.

Protected Methods

CreateDataSourceView(string) : SqlDataSourceView
Documentation for this section has not yet been entered.
GetDbProviderFactory() : System.Data.Common.DbProviderFactory
Documentation for this section has not yet been entered.
override
GetView(string) : System.Web.UI.DataSourceView
Documentation for this section has not yet been entered.
override
GetViewNames() : ICollection
Documentation for this section has not yet been entered.
override
LoadViewState(object)
Documentation for this section has not yet been entered.
override
OnInit(EventArgs)
Documentation for this section has not yet been entered.
override
SaveViewState() : object
Documentation for this section has not yet been entered.
override
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.
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.