System.Web.UI.Design.DesignerDataSourceView Members

The members of System.Web.UI.Design.DesignerDataSourceView are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Web.UI.Design.DesignerDataSourceView class using the specified data source designer and view name.

Public Properties

[read-only]
CanDeletebool.

Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports the System.Web.UI.DataSourceView.ExecuteDelete(IDictionary, IDictionary) method.

[read-only]
CanInsertbool.

Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports the System.Web.UI.DataSourceView.ExecuteInsert(IDictionary) method.

[read-only]
CanPagebool.

Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports paging through the data that is retrieved by the System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method.

[read-only]
CanRetrieveTotalRowCountbool.

Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports retrieving the total number of data rows instead of the data itself.

[read-only]
CanSortbool.

Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports a sorted view on the underlying data source.

[read-only]
CanUpdatebool.

Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports the System.Web.UI.DataSourceView.ExecuteUpdate(IDictionary, IDictionary, IDictionary) method.

[read-only]
DataSourceDesignerIDataSourceDesigner.

Gets a reference to the designer that created this System.Web.UI.Design.DesignerDataSourceView control.

[read-only]
Namestring.

Gets the name of the view as provided when this instance of the System.Web.UI.Design.DesignerDataSourceView class was created.

[read-only]
SchemaIDataSourceViewSchema.

Gets a schema that describes the data source view that is represented by this view object.

Public Methods

GetDesignTimeData(int, out bool) : IEnumerable
Documentation for this section has not yet been entered.