This documentation is archived and is not being maintained.
ObjectDesignerDataSourceView Properties
Visual Studio 2008
The ObjectDesignerDataSourceView type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanDelete | Gets a value that indicates whether the associated data source control as it is currently configured can perform a Delete operation. (Overrides DesignerDataSourceView::CanDelete.) |
|
CanInsert | Gets a value that indicates whether the associated data source control as it is currently configured can perform an Insert operation. (Overrides DesignerDataSourceView::CanInsert.) |
|
CanPage | Gets a value that indicates whether the associated data source control can perform server-based paging. (Overrides DesignerDataSourceView::CanPage.) |
|
CanRetrieveTotalRowCount | Gets a value that indicates whether the associated data source control can return the total number of rows that are returned by a query. (Overrides DesignerDataSourceView::CanRetrieveTotalRowCount.) |
|
CanSort | Gets a value that indicates whether the associated data source control can sort rows. (Overrides DesignerDataSourceView::CanSort.) |
|
CanUpdate | Gets a value that indicates whether the associated data source control as it is currently configured can perform an Update operation. (Overrides DesignerDataSourceView::CanUpdate.) |
|
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 | Gets a schema that describes the data source view that is represented by this view object. (Overrides DesignerDataSourceView::Schema.) |
Show: