ObjectDesignerDataSourceView Properties
.NET Framework 3.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
ObjectDataSourceDesigner
DataSourceDesigner
ControlDesigner
ObjectDataSource
DataSourceControl
Other Resources
Introduction to ASP.NET Control DesignersWalkthrough: Creating a Basic Control Designer for a Web Server Control
Community Additions
ADD
Show: