ObjectDesignerDataSourceView Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| CanDelete | Overridden. Gets a value that indicates whether the associated data source control as it is currently configured can perform a Delete operation. |
| CanInsert | Overridden. Gets a value that indicates whether the associated data source control as it is currently configured can perform an Insert operation. |
| CanPage | Overridden. Gets a value that indicates whether the associated data source control can perform server-based paging. |
| CanRetrieveTotalRowCount | Overridden. Gets a value that indicates whether the associated data source control can return the total number of rows that are returned by a query. |
| CanSort | Overridden. Gets a value that indicates whether the associated data source control can sort rows. |
| CanUpdate | Overridden. Gets a value that indicates whether the associated data source control as it is currently configured can perform an Update operation. |
| DataSourceDesigner | Gets a reference to the designer that created this DesignerDataSourceView control. (Inherited from DesignerDataSourceView.) |
| Name | Gets the name of the view, as provided when this instance of the DesignerDataSourceView class was created. (Inherited from DesignerDataSourceView.) |
| Schema | Overridden. Gets a schema that describes the data source view that is represented by this view object. |
Reference
ObjectDesignerDataSourceView ClassSystem.Web.UI.Design.WebControls Namespace
DesignerDataSourceView Class
ObjectDataSourceDesigner Class
DataSourceDesigner Class
ControlDesigner Class
ObjectDataSource
DataSourceControl
Other Resources
ASP.NET Control Designers OverviewWalkthrough: Creating a Basic Control Designer for a Web Server Control
Show: